diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-01-31 10:05:59 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-01-31 10:05:59 +0000 |
| commit | 6acb4914fb15124fe02c5fefa98229fd70f6570f (patch) | |
| tree | 22c7616c141965459d22e3615b8a19433199abb0 /sys | |
| parent | 4c253324ab0436285bc5a8a601a849aae61576ce (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 c0e9cc20c127..e0ae96c03184 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 */ |
