aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_sem.c
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2011-02-25 12:46:43 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2011-02-25 12:46:43 +0000
commit9a253c101e114405465fc930979e6423725604cb (patch)
treeaf0b38a221e0265dbfa01dfcdf9535dce04b9565 /sys/kern/uipc_sem.c
parentcb08c2cc8318d1efcb68303861ebb89f4f73c1f3 (diff)
downloadsrc-9a253c101e114405465fc930979e6423725604cb.tar.gz
src-9a253c101e114405465fc930979e6423725604cb.zip
Make the description of the feature consistent with another similar
description for another feature. Noticed by: trasz
Notes
Notes: svn path=/head/; revision=219030
Diffstat (limited to 'sys/kern/uipc_sem.c')
-rw-r--r--sys/kern/uipc_sem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/uipc_sem.c b/sys/kern/uipc_sem.c
index cef2fac80ada..6ade2120daf5 100644
--- a/sys/kern/uipc_sem.c
+++ b/sys/kern/uipc_sem.c
@@ -65,7 +65,7 @@ __FBSDID("$FreeBSD$");
#include <security/mac/mac_framework.h>
-FEATURE(p1003_1b_semaphores, "POSIX1003.1B semaphores support");
+FEATURE(p1003_1b_semaphores, "POSIX P1003.1B semaphores support");
/*
* TODO
*