summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/boot/sys/boot/forth/support.4th4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/boot/sys/boot/forth/support.4th b/usr/src/boot/sys/boot/forth/support.4th
index b95068f745..40492769b5 100644
--- a/usr/src/boot/sys/boot/forth/support.4th
+++ b/usr/src/boot/sys/boot/forth/support.4th
@@ -533,8 +533,8 @@ also parser definitions
line_pointer
begin
end_of_line? if 0 else
- letter? digit? underscore? dot? dash?
- or or or or
+ letter? digit? underscore? dot? dash? comma?
+ or or or or or
then
while
skip_character