Missed double occurences of "the the" in one line - fixed it.

This commit is contained in:
Ulrich Drepper 1998-05-20 14:34:42 +00:00
parent 7500ff18c7
commit 06c1390ede
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
#endif
/* Clone the calling process, but without copying the whole address space.
The calling process is suspended until the the new process exits or is
The calling process is suspended until the new process exits or is
replaced by a call to `execve'. Return -1 for errors, 0 to the new process,
and the process ID of the new process to the old process. */
.globl ___vfork

View File

@ -23,7 +23,7 @@
#endif
/* Clone the calling process, but without copying the whole address space.
The calling process is suspended until the the new process exits or is
The calling process is suspended until the new process exits or is
replaced by a call to `execve'. Return -1 for errors, 0 to the new process,
and the process ID of the new process to the old process. */
.globl ___vfork

View File

@ -23,7 +23,7 @@
#endif
/* Clone the calling process, but without copying the whole address space.
The calling process is suspended until the the new process exits or is
The calling process is suspended until the new process exits or is
replaced by a call to `execve'. Return -1 for errors, 0 to the new process,
and the process ID of the new process to the old process. */
.globl ___vfork