summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_search.h
diff options
context:
space:
mode:
authorRob Clark <robclark@freedesktop.org>2016-05-09 12:46:13 -0400
committerRob Clark <robclark@freedesktop.org>2016-05-09 12:46:24 -0400
commitf096096b777ac64adaa1bd2a65df41cc2497dca3 (patch)
tree05cacb6cb7657bc4fe629489f27d021cad22a059 /src/compiler/nir/nir_search.h
parentb65f7ec4507122d2a3f258b7ca7c6809de06f097 (diff)
downloadexternal_mesa3d-f096096b777ac64adaa1bd2a65df41cc2497dca3.zip
external_mesa3d-f096096b777ac64adaa1bd2a65df41cc2497dca3.tar.gz
external_mesa3d-f096096b777ac64adaa1bd2a65df41cc2497dca3.tar.bz2
nir/search: fix typo
Signed-off-by: Rob Clark <robclark@freedesktop.org>
Diffstat (limited to 'src/compiler/nir/nir_search.h')
-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 c49eba7..a500feb 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;