OSDN Git Service

nir/search: fix typo
authorRob Clark <robclark@freedesktop.org>
Mon, 9 May 2016 16:46:13 +0000 (12:46 -0400)
committerRob 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

index c49eba7..a500feb 100644 (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;