diff options
| author | manu <manu@NetBSD.org> | 2006-07-24 19:01:49 +0000 |
|---|---|---|
| committer | manu <manu@NetBSD.org> | 2006-07-24 19:01:49 +0000 |
| commit | a640310a536cd0ada6bcff3195149ecfbb9efae5 (patch) | |
| tree | bd055a038e91638e1be21e60bd5191e030b93169 /sys/compat/linux | |
| parent | 030ff0dd8dc99c000202cb752fa5db546af77ede (diff) | |
typo
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/common/linux_futex.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/common/linux_futex.c b/sys/compat/linux/common/linux_futex.c index bac9df642ed..5738a13ae97 100644 --- a/sys/compat/linux/common/linux_futex.c +++ b/sys/compat/linux/common/linux_futex.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_futex.c,v 1.6 2006/07/09 18:51:28 manu Exp $ */ +/* $NetBSD: linux_futex.c,v 1.7 2006/07/24 19:01:49 manu Exp $ */ /*- * Copyright (c) 2005 Emmanuel Dreyfus, all rights reserved. @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(1, "$NetBSD: linux_futex.c,v 1.6 2006/07/09 18:51:28 manu Exp $"); +__KERNEL_RCSID(1, "$NetBSD: linux_futex.c,v 1.7 2006/07/24 19:01:49 manu Exp $"); #include <sys/types.h> #include <sys/time.h> @@ -212,7 +212,7 @@ linux_sys_futex(l, v, retval) SCARG(uap, op)); break; default: - printf("linux_sys_futex: unkonwn op %d\n", + printf("linux_sys_futex: unknown op %d\n", SCARG(uap, op)); break; } |
