diff options
-rw-r--r-- | sys/sys/ucred.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/ucred.h b/sys/sys/ucred.h index c0e9cc2..e0ae96c 100644 --- a/sys/sys/ucred.h +++ b/sys/sys/ucred.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ucred.h 8.4 (Berkeley) 1/9/95 - * $Id: ucred.h,v 1.8 1997/02/22 09:46:19 peter Exp $ + * $Id: ucred.h,v 1.9 1999/01/30 12:28:49 phk Exp $ */ #ifndef _SYS_UCRED_H_ @@ -41,7 +41,7 @@ * Credentials. * * Please do not inspect cr_uid directly to determine superuserness. - * only the suser() function should be used for this. + * Only the suser() function should be used for this. */ struct ucred { u_short cr_ref; /* reference count */ |