Author: trasz
Date: Sat Aug  3 13:38:56 2013
New Revision: 253915
URL: http://svnweb.freebsd.org/changeset/base/253915

Log:
  Fix typo.

Modified:
  head/sys/sys/priv.h

Modified: head/sys/sys/priv.h
==============================================================================
--- head/sys/sys/priv.h Sat Aug  3 13:31:10 2013        (r253914)
+++ head/sys/sys/priv.h Sat Aug  3 13:38:56 2013        (r253915)
@@ -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. 
*/
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to