From 72ab4bfd0905dfd6eca4b38eebbc3cc4bd8c3b55 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sun, 16 Mar 2014 21:05:00 +0000 Subject: [PATCH] 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 --- sys/sys/capability.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/capability.h b/sys/sys/capability.h index bb5844c9741..8b1c229f46b 100644 --- a/sys/sys/capability.h +++ b/sys/sys/capability.h @@ -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_