svn commit: r263252 - head/sys/sys
Robert Watson
rwatson at FreeBSD.org
Sun Mar 16 21:05:01 UTC 2014
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_
More information about the svn-src-all
mailing list