From 7c72f593adc0bbe9570236636abf64b4fc18d88d Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Thu, 17 Sep 2015 21:06:11 -0400 Subject: [PATCH] nir: really actually fix comment this time Signed-off-by: Rob Clark --- src/glsl/nir/nir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/nir/nir.h b/src/glsl/nir/nir.h index 9c091e8d84b..83e31533e8b 100644 --- a/src/glsl/nir/nir.h +++ b/src/glsl/nir/nir.h @@ -1474,7 +1474,7 @@ typedef struct nir_shader { /** list of global variables in the shader (nir_variable) */ struct exec_list globals; - /** list of system value variables in the shade (nir_variable) */ + /** list of system value variables in the shader (nir_variable) */ struct exec_list system_values; struct exec_list functions; /** < list of nir_function */ -- 2.30.2