diff options
author | Rob Clark <[email protected]> | 2016-05-09 12:46:13 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2016-05-09 12:46:24 -0400 |
commit | f096096b777ac64adaa1bd2a65df41cc2497dca3 (patch) | |
tree | 05cacb6cb7657bc4fe629489f27d021cad22a059 /src/compiler/nir/nir_search.h | |
parent | b65f7ec4507122d2a3f258b7ca7c6809de06f097 (diff) |
nir/search: fix typo
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/compiler/nir/nir_search.h')
-rw-r--r-- | src/compiler/nir/nir_search.h | 2 |
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; |