aboutsummaryrefslogtreecommitdiff
path: root/tests/pp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pp')
-rw-r--r--tests/pp/15.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pp/15.c b/tests/pp/15.c
index d989bee..3bbc3ca 100644
--- a/tests/pp/15.c
+++ b/tests/pp/15.c
@@ -14,5 +14,5 @@ return n(0x1E)n(-1);
// unlike gcc but correct
XXX: return n(x)+n(x)-n(1)+n(1)-2;
-// unlile gcc, but cannot appear in valid C
+// unlike gcc, but cannot appear in valid C
XXX: return n(x)n(x)n(1)n(2)n(x);