about summary refs log tree commit diff
path: root/sysdeps/unix/bsd/vax/vfork.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/bsd/vax/vfork.S')
-rw-r--r--sysdeps/unix/bsd/vax/vfork.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/bsd/vax/vfork.S b/sysdeps/unix/bsd/vax/vfork.S
index ba670ac2a2..b132a67e9c 100644
--- a/sysdeps/unix/bsd/vax/vfork.S
+++ b/sysdeps/unix/bsd/vax/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