]> git.sur5r.net Git - cc65/blobdiff - src/dbginfo/dbgsh.c
Fixed the " til " typos.
[cc65] / src / dbginfo / dbgsh.c
index 41200e86a0f5082b3164f3b91fc32375a821af99..ba5d83849754ffeb36e1a4be69f8f280a5a95d81 100644 (file)
@@ -1885,7 +1885,7 @@ int main (int argc, char* argv[])
         ExecCmd (&Args, MainCmds, sizeof (MainCmds) / sizeof (MainCmds[0]));
     }
 
-    /* Loop til program end */
+    /* Loop until program end */
     while (!Terminate) {
 
         /* Output a prompt, then read the input */