diff options
author | Rob Clark <[email protected]> | 2015-09-17 21:06:11 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2015-09-17 21:06:11 -0400 |
commit | 7c72f593adc0bbe9570236636abf64b4fc18d88d (patch) | |
tree | 27fd4f450b2be269e5edf70c881f7ec73e7de7ae | |
parent | 5305603b9de52e59b9c5eec440f90a12cafa91a1 (diff) |
nir: really actually fix comment this time
Signed-off-by: Rob Clark <[email protected]>
-rw-r--r-- | src/glsl/nir/nir.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |