From 4e3eab52589306ee6f105205f5489fd2812644b2 Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Tue, 20 Jul 2010 11:20:45 +0000 Subject: [PATCH] Fix typo in comment. --- sys/sys/priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/priv.h b/sys/sys/priv.h index 5738fca5d44f..44d1d9422b04 100644 --- a/sys/sys/priv.h +++ b/sys/sys/priv.h @@ -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