summaryrefslogtreecommitdiff
path: root/lib/racc/parser.rb
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-11-17 13:11:25 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-11-17 13:11:25 +0900
commit449b2b9214256b059ed883770222382d3bc90578 (patch)
tree6d17d956e651fb4f44a0163f223fa120e9f59c88 /lib/racc/parser.rb
parent11ae47c2669b64b64e2b34dd6dff02e72fd60881 (diff)
Fix typos
Diffstat (limited to 'lib/racc/parser.rb')
-rw-r--r--lib/racc/parser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/racc/parser.rb b/lib/racc/parser.rb
index 41740ade39..a2bc47b425 100644
--- a/lib/racc/parser.rb
+++ b/lib/racc/parser.rb
@@ -58,7 +58,7 @@ end
# [-E, --embedded]
# Output parser which doesn't need runtime files (racc/parser.rb).
# [-C, --check-only]
-# Check syntax of racc grammer file and quit.
+# Check syntax of racc grammar file and quit.
# [-S, --output-status]
# Print messages time to time while compiling.
# [-l, --no-line-convert]