diff options
author | trasz <trasz@FreeBSD.org> | 2013-08-03 13:38:56 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2013-08-03 13:38:56 +0000 |
commit | 4a8fef8cc69fe926510a9bd02c6b251e76ce8035 (patch) | |
tree | 39ea756372679f63f264e17d78aa7d45f67bd17e | |
parent | 22800b93260d6c57471ae35e5da14504d3c101f1 (diff) | |
download | FreeBSD-src-4a8fef8cc69fe926510a9bd02c6b251e76ce8035.zip FreeBSD-src-4a8fef8cc69fe926510a9bd02c6b251e76ce8035.tar.gz |
Fix typo.
-rw-r--r-- | sys/sys/priv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/priv.h b/sys/sys/priv.h index 3fedccd..18d17af 100644 --- a/sys/sys/priv.h +++ b/sys/sys/priv.h @@ -158,7 +158,8 @@ #define PRIV_PROC_SETRLIMIT 162 /* Can raise resources limits. */ #define PRIV_PROC_SETLOGINCLASS 163 /* Can call setloginclass(2). */ -/* System V IPC privileges. +/* + * System V IPC privileges. */ #define PRIV_IPC_READ 170 /* Can override IPC read perm. */ #define PRIV_IPC_WRITE 171 /* Can override IPC write perm. */ |