projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6132656
)
lexer: Fix typo in comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 18 Apr 2021 19:54:18 +0000
(12:54 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 18 Apr 2021 19:54:41 +0000
(12:54 -0700)
src/language/lexer/lexer.c
patch
|
blob
|
history
diff --git
a/src/language/lexer/lexer.c
b/src/language/lexer/lexer.c
index baebda3f6d89244cdba9eea628b764d65b2aae57..ec84344341065e4244cfa5786476d077529bf773 100644
(file)
--- a/
src/language/lexer/lexer.c
+++ b/
src/language/lexer/lexer.c
@@
-1428,7
+1428,7
@@
lex_get_error (struct lex_source *src, const char *format, ...)
}
/* Attempts to append an additional token into SRC's deque, reading more from
- the underlying lex_reader if necessary.
.
Returns true if successful, false
+ the underlying lex_reader if necessary. Returns true if successful, false
if the deque already represents (a suffix of) the whole lex_reader's
contents, */
static bool