about summary refs log tree commit diff
path: root/ports
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2013-10-12 14:21:55 +0200
committerOndřej Bílka <neleai@seznam.cz>2013-10-12 14:47:50 +0200
commit5560275828a1a8f3614b87999c9fd2831d0b232d (patch)
tree14244c38d7067937f57a8ac30587e3fd959a7682 /ports
parent9cd8330240f930c5509592cd8d57133e52ac30e7 (diff)
downloadglibc-5560275828a1a8f3614b87999c9fd2831d0b232d.tar.gz
glibc-5560275828a1a8f3614b87999c9fd2831d0b232d.tar.xz
glibc-5560275828a1a8f3614b87999c9fd2831d0b232d.zip
Fix typos.
Diffstat (limited to 'ports')
-rw-r--r--ports/ChangeLog.alpha5
-rw-r--r--ports/sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S2
-rw-r--r--ports/sysdeps/unix/sysv/linux/alpha/nptl/vfork.S2
3 files changed, 7 insertions, 2 deletions
diff --git a/ports/ChangeLog.alpha b/ports/ChangeLog.alpha
index 218cfad576..68d430dc3e 100644
--- a/ports/ChangeLog.alpha
+++ b/ports/ChangeLog.alpha
@@ -1,3 +1,8 @@
+2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
+
+	* sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Fix typos.
+	* sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Likewise.
+
 2013-10-01  Richard Henderson  <rth@redhat.com>
 
 	* sysdeps/unix/alpha/sysdep.h (PTR_MANGLE): Improve conditions under
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);
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;							\