nir: really actually fix comment this time
authorRob Clark <robclark@freedesktop.org>
Fri, 18 Sep 2015 01:06:11 +0000 (21:06 -0400)
committerRob Clark <robclark@freedesktop.org>
Fri, 18 Sep 2015 01:06:11 +0000 (21:06 -0400)
Signed-off-by: Rob Clark <robclark@freedesktop.org>
src/glsl/nir/nir.h

index 9c091e8d84b1dafd259fec1976d0833622fd3fbc..83e31533e8bf597601339769696d8a4a2f1a47eb 100644 (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 */