Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Typo fix.



details:   https://anonhg.NetBSD.org/src/rev/49cdafc47099
branches:  trunk
changeset: 770694:49cdafc47099
user:      jym <jym%NetBSD.org@localhost>
date:      Sat Oct 29 20:11:08 2011 +0000

description:
Typo fix.

diffstat:

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

diffs (27 lines):

diff -r 2332090fb3a6 -r 49cdafc47099 sys/kern/kern_kthread.c
--- a/sys/kern/kern_kthread.c   Sat Oct 29 19:25:19 2011 +0000
+++ b/sys/kern/kern_kthread.c   Sat Oct 29 20:11:08 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_kthread.c,v 1.36 2011/08/07 14:03:16 rmind Exp $  */
+/*     $NetBSD: kern_kthread.c,v 1.37 2011/10/29 20:11:08 jym Exp $    */
 
 /*-
  * Copyright (c) 1998, 1999, 2007, 2009 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_kthread.c,v 1.36 2011/08/07 14:03:16 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_kthread.c,v 1.37 2011/10/29 20:11:08 jym Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -209,7 +209,7 @@
 
        /*
         * - Wait if some other thread has occupied the target.
-        * - Speicfy our kthread as a target and notify it.
+        * - Specify our kthread as a target and notify it.
         * - Wait for the target kthread to notify us.
         */
        mutex_enter(&kthread_lock);



Home | Main Index | Thread Index | Old Index