summaryrefslogtreecommitdiff
path: root/sysdeps/unix/bsd/hp/m68k/vfork.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/bsd/hp/m68k/vfork.S')
-rw-r--r--sysdeps/unix/bsd/hp/m68k/vfork.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/bsd/hp/m68k/vfork.S b/sysdeps/unix/bsd/hp/m68k/vfork.S
index dc1137379d..18519ab6a0 100644
--- a/sysdeps/unix/bsd/hp/m68k/vfork.S
+++ b/sysdeps/unix/bsd/hp/m68k/vfork.S
@@ -23,7 +23,7 @@
#endif
/* Clone the calling process, but without copying the whole address space.
- The the calling process is suspended until the the new process exits or is
+ The calling process is suspended until the 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