nir: really actually fix comment this time

Signed-off-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
Rob Clark 2015-09-17 21:06:11 -04:00
parent 5305603b9d
commit 7c72f593ad

View file

@ -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 */