aboutsummaryrefslogtreecommitdiff
path: root/build2/lexer
diff options
context:
space:
mode:
Diffstat (limited to 'build2/lexer')
-rw-r--r--build2/lexer2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/lexer b/build2/lexer
index 98feb75..001d52c 100644
--- a/build2/lexer
+++ b/build2/lexer
@@ -75,7 +75,7 @@ namespace build2
next ();
// Peek at the first character of the next token. Return the character
- // or 0 if the next token will be eos. Also return an indicator of
+ // or '\0' if the next token will be eos. Also return an indicator of
// whether the next token will be separated.
//
pair<char, bool>