Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jul 2010 11:20:45 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r210292 - head/sys/sys
Message-ID:  <201007201120.o6KBKjuD078209@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007201120.o6KBKjuD078209>