Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern Fix a typo. s/seperate/separate/



details:   https://anonhg.NetBSD.org/src/rev/cba70e458fab
branches:  trunk
changeset: 779907:cba70e458fab
user:      cheusov <cheusov%NetBSD.org@localhost>
date:      Wed Jun 27 10:02:02 2012 +0000

description:
Fix a typo. s/seperate/separate/

diffstat:

 sys/kern/kern_auth.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ed5ec23601f6 -r cba70e458fab sys/kern/kern_auth.c
--- a/sys/kern/kern_auth.c      Wed Jun 27 07:12:19 2012 +0000
+++ b/sys/kern/kern_auth.c      Wed Jun 27 10:02:02 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_auth.c,v 1.68 2012/03/13 18:40:52 elad Exp $ */
+/* $NetBSD: kern_auth.c,v 1.69 2012/06/27 10:02:02 cheusov Exp $ */
 
 /*-
  * Copyright (c) 2005, 2006 Elad Efrat <elad%NetBSD.org@localhost>
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_auth.c,v 1.68 2012/03/13 18:40:52 elad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_auth.c,v 1.69 2012/06/27 10:02:02 cheusov Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -66,7 +66,7 @@
         * Ensure that the first part of the credential resides in its own
         * cache line.  Due to sharing there aren't many kauth_creds in a
         * typical system, but the reference counts change very often.
-        * Keeping it seperate from the rest of the data prevents false
+        * Keeping it separate from the rest of the data prevents false
         * sharing between CPUs.
         */
        u_int cr_refcnt;                /* reference count */



Home | Main Index | Thread Index | Old Index