Fixed the " til " typos.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user