nir/search: fix typo

Signed-off-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
Rob Clark
2016-05-09 12:46:13 -04:00
parent b65f7ec450
commit f096096b77

View File

@@ -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;