--- a/mojoshader_lexer.c Sat Jan 03 00:50:43 2015 -0500
+++ b/mojoshader_lexer.c Sat Sep 26 23:34:00 2015 -0400
@@ -11,8 +11,8 @@
// This was originally based on examples/pp-c.re from re2c: http://re2c.org/
// re2c is public domain code.
//
-// You build mojoshader_lexer_preprocessor.c from the .re file with re2c...
-// re2c -is -o mojoshader_lexer_preprocessor.c mojoshader_lexer_preprocessor.re
+// You build mojoshader_lexer.c from the .re file with re2c...
+// re2c -is -o mojoshader_lexer.c mojoshader_lexer.re
//
// Changes to the lexer are done to the .re file, not the C code!
//
@@ -1527,5 +1527,5 @@
RET(TOKEN_UNKNOWN);
} // preprocessor_lexer
-// end of mojoshader_lexer_preprocessor.re (or .c) ...
+// end of mojoshader_lexer.re (or .c) ...