Module: Mesa
Branch: master
Commit: 7c72f593adc0bbe9570236636abf64b4fc18d88d
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c72f593adc0bbe9570236636abf64b4fc18d88d

Author: Rob Clark <[email protected]>
Date:   Thu Sep 17 21:06:11 2015 -0400

nir: really actually fix comment this time

Signed-off-by: Rob Clark <[email protected]>

---

 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 9c091e8..83e3153 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 */

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to