From owner-svn-src-all@FreeBSD.ORG Sun Mar 16 21:05:00 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F028E423; Sun, 16 Mar 2014 21:05:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DE2AF326; Sun, 16 Mar 2014 21:05:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2GL50UC064273; Sun, 16 Mar 2014 21:05:00 GMT (envelope-from rwatson@svn.freebsd.org) Received: (from rwatson@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2GL50QJ064272; Sun, 16 Mar 2014 21:05:00 GMT (envelope-from rwatson@svn.freebsd.org) Message-Id: <201403162105.s2GL50QJ064272@svn.freebsd.org> From: Robert Watson Date: Sun, 16 Mar 2014 21:05:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r263252 - head/sys/sys X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Mar 2014 21:05:01 -0000 Author: rwatson Date: Sun Mar 16 21:05:00 2014 New Revision: 263252 URL: http://svnweb.freebsd.org/changeset/base/263252 Log: Fix a comment in capability.h: it got renamed to capsicum.h, not capability.h. MFC after: 3 weeks Spotted by: alc, mcdouga9 at egr.msu.edu, thompsa Modified: head/sys/sys/capability.h Modified: head/sys/sys/capability.h ============================================================================== --- head/sys/sys/capability.h Sun Mar 16 20:39:39 2014 (r263251) +++ head/sys/sys/capability.h Sun Mar 16 21:05:00 2014 (r263252) @@ -32,7 +32,7 @@ /* * Historically, the key userspace and kernel Capsicum definitions were found * in this file. However, it conflicted with POSIX.1e's capability.h, so has - * been renamed capability.h. The file remains for backwards compatibility + * been renamed capsicum.h. The file remains for backwards compatibility * reasons as a nested include. */ #ifndef _SYS_CAPABILITY_H_