ref: d47a56d8314f1c3d7e98c26fb6d132038faeb0b2
parent: 33250e0f8b7583316d603c33a65b840afd0c7f45
author: Roberto E. Vargas Caballero <[email protected]>
date: Thu Sep 21 04:59:21 EDT 2017
[cc2] Fix small spelling error in error list This error was making that the last word of the sentence was considered a simple word with /* and then it was removed.
--- a/cc2/cc2.h
+++ b/cc2/cc2.h
@@ -131,7 +131,7 @@
ESTACKU, /* stack underflow */
ELNLINE, /* line too long */
ELNBLNE, /* line without new line */
- EFERROR, /* error reading from file:%s*/
+ EFERROR, /* error reading from file:%s */
EBADID, /* incorrect symbol id */
EWTACKO, /* switch stack overflow */
EWTACKU, /* switch stack underflow */