From 888f5e57b2c6d3791876a764fe95272318c69e47 Mon Sep 17 00:00:00 2001 From: netchild Date: Sat, 24 Feb 2007 16:49:25 +0000 Subject: Partial MFp4 of 114977: Whitespace commit: Fix grammar, spelling and punctuation. Submitted by: "Scot Hetzel" --- sys/compat/linux/linux_emul.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/compat/linux/linux_emul.c') diff --git a/sys/compat/linux/linux_emul.c b/sys/compat/linux/linux_emul.c index c2f6db1..0209d89 100644 --- a/sys/compat/linux/linux_emul.c +++ b/sys/compat/linux/linux_emul.c @@ -212,7 +212,7 @@ linux_proc_exit(void *arg __unused, struct proc *p) error = linux_sys_futex(FIRST_THREAD_IN_PROC(p), &cup); /* * this cannot happen at the moment and if this happens it - * probably mean there is a userspace bug + * probably means there is a user space bug */ if (error) printf(LMSG("futex stuff in proc_exit failed.\n")); -- cgit v1.1