Commentary: Fix more spelling (#3828)

This commit is contained in:
Larry Doolittle
2022-12-26 10:30:41 +01:00
committed by GitHub
parent a86ded97c9
commit 80a144797d
22 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -803,7 +803,7 @@ void V3PreProcImp::openFile(FileLine*, VInFilter* filterp, const string& filenam
m_lexp->scanNewFile(flsp);
addLineComment(1); // Enter
// Filter all DOS CR's en-mass. This avoids bugs with lexing CRs in the wrong places.
// Filter all DOS CR's en masse. This avoids bugs with lexing CRs in the wrong places.
// This will also strip them from strings, but strings aren't supposed
// to be multi-line without a "\"
int eof_newline = 0; // Number of characters following last newline