summaryrefslogtreecommitdiff
path: root/ports/sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-06-05 20:26:40 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-06-05 20:26:40 +0000
commit5556231db2301917cd14a7450de4eba2368c9763 (patch)
tree2456b4a2ec7e4377c420b2f94285dddb53784e5f /ports/sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S
parent869378a5bf1d415f52c14d9697b886d8143a73e1 (diff)
downloadglibc-5556231db2301917cd14a7450de4eba2368c9763.tar.gz
Remove trailing whitespace in ports.
Diffstat (limited to 'ports/sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S')
-rw-r--r--ports/sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S b/ports/sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S
index 1307b1a2dc..5fa0ef5c32 100644
--- a/ports/sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S
+++ b/ports/sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S
@@ -49,7 +49,7 @@
/* r26, r25, r24, r23 are free since vfork has no arguments */
ENTRY(__vfork)
- /* We must not create a frame. When the child unwinds to call
+ /* We must not create a frame. When the child unwinds to call
exec it will clobber the same frame that the parent
needs to unwind. */
@@ -75,7 +75,7 @@ ENTRY(__vfork)
/* Return, and DO NOT restore rp. The child may have called
functions that updated the frame's rp. This works because
- the kernel ensures rp is preserved across the vfork
+ the kernel ensures rp is preserved across the vfork
syscall. */
bv,n %r0(%rp)