From 39ca489ea90b0ff282056deba5d70d33291fe2b6 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Sat, 3 Aug 2013 13:38:56 +0000 Subject: [PATCH] Fix typo. --- sys/sys/priv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/sys/priv.h b/sys/sys/priv.h index 3fedccdefc9..18d17af2206 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. */