From: Rob Clark Date: Mon, 9 May 2016 16:46:13 +0000 (-0400) Subject: nir/search: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f096096b777ac64adaa1bd2a65df41cc2497dca3;p=mesa.git nir/search: fix typo Signed-off-by: Rob Clark --- 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;