Module Name:    src
Committed By:   alnsn
Date:           Sat May 28 23:24:58 UTC 2011

Modified Files:
        src/sys/compat/linux/common: linux_ipc.c

Log Message:
Fix typo in a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/compat/linux/common/linux_ipc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/compat/linux/common/linux_ipc.c
diff -u src/sys/compat/linux/common/linux_ipc.c:1.54 src/sys/compat/linux/common/linux_ipc.c:1.55
--- src/sys/compat/linux/common/linux_ipc.c:1.54	Mon Nov 16 08:44:19 2009
+++ src/sys/compat/linux/common/linux_ipc.c	Sat May 28 23:24:58 2011
@@ -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

Reply via email to