svn commit: r210292 - head/sys/sys

Rui Paulo rpaulo at FreeBSD.org
Tue Jul 20 11:20:45 UTC 2010


Author: rpaulo
Date: Tue Jul 20 11:20:45 2010
New Revision: 210292
URL: http://svn.freebsd.org/changeset/base/210292

Log:
  Fix typo in comment.

Modified:
  head/sys/sys/priv.h

Modified: head/sys/sys/priv.h
==============================================================================
--- head/sys/sys/priv.h	Tue Jul 20 11:08:56 2010	(r210291)
+++ head/sys/sys/priv.h	Tue Jul 20 11:20:45 2010	(r210292)
@@ -497,7 +497,7 @@
 
 #ifdef _KERNEL
 /*
- * Privilege check interfaces, modeled after historic suser() interfacs, but
+ * Privilege check interfaces, modeled after historic suser() interfaces, but
  * with the addition of a specific privilege name.  No flags are currently
  * defined for the API.  Historically, flags specified using the real uid
  * instead of the effective uid, and whether or not the check should be


More information about the svn-src-all mailing list