Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GerHobbelt committed Jan 31, 2017
1 parent 63353c4 commit 71f9d5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/util/regexp-lexer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2693,7 +2693,7 @@ function processGrammar(dict, tokens, build_options) {
// features will actually be *used* by the environment (which in 99.9%
// of cases is a jison *parser*):
//
// (this stuff comes striaght from the jison Optimization Analysis.)
// (this stuff comes straight from the jison Optimization Analysis.)
//
opts.actionsAreAllDefault = build_options.actionsAreAllDefault;
opts.actionsUseYYLENG = build_options.actionsUseYYLENG;
Expand Down
2 changes: 1 addition & 1 deletion modules/jison-lex
2 changes: 1 addition & 1 deletion modules/lex-parser
Submodule lex-parser updated 3 files
+505 −483 lex-parser.js
+8 −3 lex.y
+10 −0 tests/all-tests.js

0 comments on commit 71f9d5c

Please sign in to comment.