summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_sem.c
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2011-02-25 12:46:43 +0000
committernetchild <netchild@FreeBSD.org>2011-02-25 12:46:43 +0000
commitb8896acc716d6a673421b1d7e948e900499b5f1d (patch)
treeaf0b38a221e0265dbfa01dfcdf9535dce04b9565 /sys/kern/uipc_sem.c
parent6bf702a55bf6e540929bc37a97ba26e51394a94c (diff)
downloadFreeBSD-src-b8896acc716d6a673421b1d7e948e900499b5f1d.zip
FreeBSD-src-b8896acc716d6a673421b1d7e948e900499b5f1d.tar.gz
Make the description of the feature consistent with another similar
description for another feature. Noticed by: trasz
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 cef2fac..6ade212 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
*
OpenPOWER on IntegriCloud