summaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-light-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shaders/glsl-light-model.c')
-rw-r--r--tests/shaders/glsl-light-model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shaders/glsl-light-model.c b/tests/shaders/glsl-light-model.c
index 63b5ce4b1..e85d3ee76 100644
--- a/tests/shaders/glsl-light-model.c
+++ b/tests/shaders/glsl-light-model.c
@@ -27,7 +27,7 @@
*
* Each of the 3 shaders involved in this test have a global variable called
* \c global_variable. Two of the shaders have (differing) initializers for
- * this variable, and the other lacks an initalizer. The test verifies that
+ * this variable, and the other lacks an initializer. The test verifies that
* linking the 3 shaders together results in an error due to the conflicting
* initializer.
*