]> git.sur5r.net Git - cc65/commitdiff
Fixed the " til " typos. 205/head
authorGreg King <gregdk@users.sf.net>
Sun, 6 Sep 2015 16:23:58 +0000 (12:23 -0400)
committerGreg King <gregdk@users.sf.net>
Sun, 6 Sep 2015 16:25:00 +0000 (12:25 -0400)
src/cc65/preproc.c
src/cl65/spawn-amiga.inc
src/cl65/spawn-unix.inc
src/dbginfo/dbgsh.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.
     */
index 443f42c1fae3a8a37647d5bf940ff7c1e57f6bb6..ce13ae132f34b167e16801d7322a0ecbd77ad3cd 100644 (file)
@@ -55,7 +55,7 @@
 int spawnvp (int Mode attribute ((unused)),
              const char* File attribute ((unused)),
              char* const argv [])
-/* Execute the given program searching and wait til it terminates. The Mode
+/* Execute the given program searching and wait until it terminates. The Mode
 ** argument is ignored (compatibility only). The result of the function is
 ** the return code of the program. The function will terminate the program
 ** on errors.
index 1045f7759f7cb12d009712e14c596efd6ab66980..283285c76e50c667154f0d7b2810c87d96774e30 100644 (file)
@@ -63,7 +63,7 @@
 
 
 int spawnvp (int Mode attribute ((unused)), const char* File, char* const argv [])
-/* Execute the given program searching and wait til it terminates. The Mode
+/* Execute the given program searching and wait until it terminates. The Mode
 ** argument is ignored (compatibility only). The result of the function is
 ** the return code of the program. The function will terminate the program
 ** on errors.
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 */