about summary refs log tree commit diff
path: root/ports/sysdeps/unix/sysv/linux/alpha/nptl/vfork.S
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/unix/sysv/linux/alpha/nptl/vfork.S')
-rw-r--r--ports/sysdeps/unix/sysv/linux/alpha/nptl/vfork.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/vfork.S b/ports/sysdeps/unix/sysv/linux/alpha/nptl/vfork.S
index 1ca7678d1c..03aa37f43c 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/vfork.S
+++ b/ports/sysdeps/unix/sysv/linux/alpha/nptl/vfork.S
@@ -26,7 +26,7 @@
 	mov	v0, a1;							\
 	/* If the cached value is initialized (nonzero), then write	\
 	   back its negation, or INT_MIN, to indicate that the pid	\
-	   value is uninitialized in the the child, and in the window	\
+	   value is uninitialized in the child, and in the window	\
 	   between here and the point at which we restore the value.  */ \
 	ldah	t0, -0x8000;						\
 	negl	a2, t1;							\