From 5560275828a1a8f3614b87999c9fd2831d0b232d Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sat, 12 Oct 2013 14:21:55 +0200 Subject: Fix typos. --- ports/ChangeLog.alpha | 5 +++++ ports/sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S | 2 +- ports/sysdeps/unix/sysv/linux/alpha/nptl/vfork.S | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'ports') 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 + + * 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 * 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; \ -- cgit 1.4.1