summaryrefslogtreecommitdiff
path: root/src/roff/troff/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/roff/troff/token.h')
-rw-r--r--src/roff/troff/token.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roff/troff/token.h b/src/roff/troff/token.h
index 40283adb..b87a0b18 100644
--- a/src/roff/troff/token.h
+++ b/src/roff/troff/token.h
@@ -72,7 +72,7 @@ public:
int space(); // is the current token a space?
int stretchable_space(); // is the current token a stretchable space?
int white_space(); // is the current token space or tab?
- int special(); // is the current token a special character?
+ int special(); // is the current token a special character?
int newline(); // is the current token a newline?
int tab(); // is the current token a tab?
int leader();