From owner-cvs-src-old@FreeBSD.ORG Thu Nov 5 07:38:00 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 154FB106568B for ; Thu, 5 Nov 2009 07:38:00 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DE4F48FC14 for ; Thu, 5 Nov 2009 07:37:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nA57bxwO073840 for ; Thu, 5 Nov 2009 07:37:59 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nA57bxPU073839 for cvs-src-old@freebsd.org; Thu, 5 Nov 2009 07:37:59 GMT (envelope-from netchild@repoman.freebsd.org) Message-Id: <200911050737.nA57bxPU073839@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to netchild@repoman.freebsd.org using -f From: Alexander Leidinger Date: Thu, 5 Nov 2009 07:37:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_ipc.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2009 07:38:00 -0000 netchild 2009-11-05 07:37:48 UTC FreeBSD src repository Modified files: sys/compat/linux linux_ipc.c Log: SVN rev 198945 on 2009-11-05 07:37:48Z by netchild Fix typo in kernel message. The fix is based upon the patch in the PR. PR: kern/140279 Submitted by: Alexander Best MFC after: 1 week Revision Changes Path 1.57 +1 -1 src/sys/compat/linux/linux_ipc.c