summaryrefslogtreecommitdiff
path: root/tests/spec/glsl-1.20/recursion
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/glsl-1.20/recursion')
-rw-r--r--tests/spec/glsl-1.20/recursion/recursion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/glsl-1.20/recursion/recursion.c b/tests/spec/glsl-1.20/recursion/recursion.c
index 7c3c4dc32..214f565ab 100644
--- a/tests/spec/glsl-1.20/recursion/recursion.c
+++ b/tests/spec/glsl-1.20/recursion/recursion.c
@@ -31,7 +31,7 @@
* present if the static function call graph of the program contains
* cycles."
*
- * This langauge leaves a lot of questions unanswered.
+ * This language leaves a lot of questions unanswered.
*
* - Is the error generated at compile-time or link-time?
*