Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/common Fix typo in a comment.
details: https://anonhg.NetBSD.org/src/rev/4f233cae6c63
branches: trunk
changeset: 765509:4f233cae6c63
user: alnsn <alnsn%NetBSD.org@localhost>
date: Sat May 28 23:24:58 2011 +0000
description:
Fix typo in a comment.
diffstat:
sys/compat/linux/common/linux_ipc.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r fb92817eacfe -r 4f233cae6c63 sys/compat/linux/common/linux_ipc.c
--- a/sys/compat/linux/common/linux_ipc.c Sat May 28 22:54:08 2011 +0000
+++ b/sys/compat/linux/common/linux_ipc.c Sat May 28 23:24:58 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_ipc.c,v 1.54 2009/11/16 08:44:19 joerg Exp $ */
+/* $NetBSD: linux_ipc.c,v 1.55 2011/05/28 23:24:58 alnsn Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_ipc.c,v 1.54 2009/11/16 08:44:19 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_ipc.c,v 1.55 2011/05/28 23:24:58 alnsn Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sysv.h"
@@ -74,7 +74,7 @@
*
* Function in multiarch:
* linux_sys_ipc : linux_ipccall.c
- * liunx_semop : linux_ipccall.c
+ * linux_semop : linux_ipccall.c
* linux_semget : linux_ipccall.c
* linux_msgsnd : linux_ipccall.c
* linux_msgrcv : linux_ipccall.c
Home |
Main Index |
Thread Index |
Old Index