projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b65f7ec
)
nir/search: fix typo
author
Rob Clark
<robclark@freedesktop.org>
Mon, 9 May 2016 16:46:13 +0000
(12:46 -0400)
committer
Rob Clark
<robclark@freedesktop.org>
Mon, 9 May 2016 16:46:24 +0000
(12:46 -0400)
Signed-off-by: Rob Clark <robclark@freedesktop.org>
src/compiler/nir/nir_search.h
patch
|
blob
|
history
diff --git
a/src/compiler/nir/nir_search.h
b/src/compiler/nir/nir_search.h
index c49eba76dec7015460454e503276b22fd3a832c2..a500febc9150bebd0ef1a9bab9e1e17d006d2ffd 100644
(file)
--- 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 allo
w
ed in search expressions and indicates that the
* given variable is only allowed to match constant values.
*/
bool is_constant;