diff options
| author | Paul Eggert | 2011-11-12 23:48:23 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-12 23:48:23 -0800 |
| commit | f6b1b0a848cfdaf07e5b785e72a33c1316821e2c (patch) | |
| tree | 909f93b643682c1390281a25dc5b36ad359ec6cf /lib-src | |
| parent | 1c889bf68c346fa521c09b9abd6fc225c5518654 (diff) | |
| download | emacs-f6b1b0a848cfdaf07e5b785e72a33c1316821e2c.tar.gz emacs-f6b1b0a848cfdaf07e5b785e72a33c1316821e2c.zip | |
Spelling fixes.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index cdcc6461a64..5bd8077265f 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -6097,7 +6097,7 @@ readline (linebuffer *lbp, FILE *stream) | |||
| 6097 | lineno += 1; /* increment global line number */ | 6097 | lineno += 1; /* increment global line number */ |
| 6098 | charno += result; /* increment global char number */ | 6098 | charno += result; /* increment global char number */ |
| 6099 | 6099 | ||
| 6100 | /* Honour #line directives. */ | 6100 | /* Honor #line directives. */ |
| 6101 | if (!no_line_directive) | 6101 | if (!no_line_directive) |
| 6102 | { | 6102 | { |
| 6103 | static bool discard_until_line_directive; | 6103 | static bool discard_until_line_directive; |