diff libinterp/parse-tree/lex.ll @ 20835:14cd86258b3d

use 'invalid' instead of 'bogus' in source files * tips.txi, ls-oct-text.cc, lex.ll, interp1.m, voronoi.m, octave/TeXtranslator.java, test.m, build-sparse-tests.sh: Use 'invalid' instead of 'bogus'.
author John W. Eaton <jwe@octave.org>
date Wed, 09 Dec 2015 16:35:12 -0500
parents d9ca869ca124
children 7697a3433e37
line wrap: on
line diff
--- a/libinterp/parse-tree/lex.ll	Wed Dec 09 12:01:31 2015 -0800
+++ b/libinterp/parse-tree/lex.ll	Wed Dec 09 16:35:12 2015 -0500
@@ -340,7 +340,7 @@
 %%
 
 %{
-// Make script and function files start with a bogus token. This makes
+// Make script and function files start with an invalid token. This makes
 // the parser go down a special path.
 %}