about summary refs log tree commit diff
path: root/ports/sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S')
-rw-r--r--ports/sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S b/ports/sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S
index d9629b9ec5..50b152d0cb 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S
+++ b/ports/sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S
@@ -25,7 +25,7 @@
 	ldl	a2, PID_OFFSET(v0);					\
 	mov	v0, a1;							\
 	/* Write back its negation, to indicate that the pid value is	\
-	   uninitialized in the the child, and in the window between	\
+	   uninitialized in the child, and in the window between	\
 	   here and the point at which we restore the value.  */	\
 	negl	a2, t0;							\
 	stl	t0, PID_OFFSET(v0);