From f096096b777ac64adaa1bd2a65df41cc2497dca3 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Mon, 9 May 2016 12:46:13 -0400 Subject: [PATCH] nir/search: fix typo Signed-off-by: Rob Clark --- src/compiler/nir/nir_search.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2