Fixed the " til " typos.

This commit is contained in:
Greg King
2015-09-06 12:23:58 -04:00
parent 8d5f6b89ae
commit a555f121fd
4 changed files with 4 additions and 4 deletions

View 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.

View 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.