]> git.sur5r.net Git - cc65/blobdiff - src/ca65/main.c
Started to add a new .BANK instruction that allows access to a memory area
[cc65] / src / ca65 / main.c
index b86147a2d1911f2efa510abfac415333e5390687..f6fa1ecc2fffe47c1ad28f534b4a45d406ee5329 100644 (file)
@@ -1061,7 +1061,7 @@ int main (int argc, char* argv [])
         SegDone ();
     }
 
-    /* If we didn't have any errors, check       the assertions */
+    /* If we didn't have any errors, check the assertions */
     if (ErrorCount == 0) {
         CheckAssertions ();
     }