
From: Andrew Morton <akpm@osdl.org>

/usr/src/25/usr/klibc/SYSCALLS.def:30:26: missing terminating ' character

Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 usr/klibc/SYSCALLS.def |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN usr/klibc/SYSCALLS.def~klibc-ia64-fix usr/klibc/SYSCALLS.def
--- 25/usr/klibc/SYSCALLS.def~klibc-ia64-fix	Thu Jun  8 00:02:37 2006
+++ 25-akpm/usr/klibc/SYSCALLS.def	Thu Jun  8 00:04:19 2006
@@ -27,7 +27,7 @@ void _exit,exit::_exit(int)
 #if _KLIBC_REAL_VFORK
 ; A lot of architectures need architecture-specific vfork
 ; stubs, due to the no-stack requirement.  These are the
-; architectures which don't.
+; architectures which do not.
 <alpha,m32r,ppc,ppc64,sh> pid_t vfork()
 <sparc,sparc64> pid_t vfork@forkish()
 #endif
_
