]> git.sur5r.net Git - cc65/blobdiff - src/cl65/spawn-amiga.inc
Fixed the " til " typos.
[cc65] / src / cl65 / spawn-amiga.inc
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.