From: Rob Clark Date: Fri, 18 Sep 2015 01:06:11 +0000 (-0400) Subject: nir: really actually fix comment this time X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7c72f593adc0bbe9570236636abf64b4fc18d88d;p=mesa.git nir: really actually fix comment this time Signed-off-by: Rob Clark --- 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 */