summaryrefslogtreecommitdiffstats
path: root/src/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/nir/nir_search.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/nir/nir_search.h b/src/compiler/nir/nir_search.h
index c49eba76dec..a500febc915 100644
--- a/src/compiler/nir/nir_search.h
+++ b/src/compiler/nir/nir_search.h
@@ -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;