mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 17:50:11 +01:00
nir/search: fix typo
Signed-off-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
parent
b65f7ec450
commit
f096096b77
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ typedef struct {
|
|||
|
||||
/** Indicates that the given variable must be a constant
|
||||
*
|
||||
* This is only alloed in search expressions and indicates that the
|
||||
* This is only allowed in search expressions and indicates that the
|
||||
* given variable is only allowed to match constant values.
|
||||
*/
|
||||
bool is_constant;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue