Fix typo in a comment.

This commit is contained in:
alnsn 2011-05-28 23:24:58 +00:00
parent a19dce7f31
commit 1ff2a8d080
1 changed files with 3 additions and 3 deletions

View File

@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: linux_ipc.c,v 1.54 2009/11/16 08:44:19 joerg Exp $")
*
* 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