summaryrefslogtreecommitdiffstats
path: root/sys/compat
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2009-11-05 07:37:48 +0000
committernetchild <netchild@FreeBSD.org>2009-11-05 07:37:48 +0000
commit063f564d20da230604deb48425701ff52b65195b (patch)
tree6652aa12a77a692d2ebc15e146c7971f94fb4a06 /sys/compat
parent0dcaac6ff472c5df03e0d0ad92fbd67cff5a9b52 (diff)
downloadFreeBSD-src-063f564d20da230604deb48425701ff52b65195b.zip
FreeBSD-src-063f564d20da230604deb48425701ff52b65195b.tar.gz
Fix typo in kernel message. The fix is based upon the patch in the PR.
PR: kern/140279 Submitted by: Alexander Best <alexbestms@math.uni-muenster.de> MFC after: 1 week
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/linux/linux_ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_ipc.c b/sys/compat/linux/linux_ipc.c
index 0a46a05..fbec94e 100644
--- a/sys/compat/linux/linux_ipc.c
+++ b/sys/compat/linux/linux_ipc.c
@@ -872,7 +872,7 @@ linux_shmctl(struct thread *td, struct linux_shmctl_args *args)
case LINUX_SHM_LOCK:
case LINUX_SHM_UNLOCK:
default:
- linux_msg(td, "ipc typ=%d not implemented", args->cmd & ~LINUX_IPC_64);
+ linux_msg(td, "ipc type %d not implemented", args->cmd & ~LINUX_IPC_64);
return EINVAL;
}
}
OpenPOWER on IntegriCloud