]> git.sur5r.net Git - cc65/blobdiff - src/cc65/preproc.c
Fixed the " til " typos.
[cc65] / src / cc65 / preproc.c
index a5ab4897eaeffc236cf713ebb5e41816ea82c069..99ce6acc13934369fe9d352a612cf42c10c27751 100644 (file)
@@ -321,7 +321,7 @@ static void NewStyleComment (void)
 /* Remove a new style C comment from line. */
 {
     /* Beware: Because line continuation chars are handled when reading
-    ** lines, we may only skip til the end of the source line, which
+    ** lines, we may only skip until the end of the source line, which
     ** may not be the same as the end of the input line. The end of the
     ** source line is denoted by a lf (\n) character.
     */