Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Fix comment(s).



details:   https://anonhg.NetBSD.org/src/rev/8f76dd21520a
branches:  trunk
changeset: 752196:8f76dd21520a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Feb 18 20:58:23 2010 +0000

description:
Fix comment(s).

OK'ed by rmind

diffstat:

 sys/kern/kern_synch.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r ec387836ed04 -r 8f76dd21520a sys/kern/kern_synch.c
--- a/sys/kern/kern_synch.c     Thu Feb 18 16:24:19 2010 +0000
+++ b/sys/kern/kern_synch.c     Thu Feb 18 20:58:23 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_synch.c,v 1.274 2009/12/30 23:54:30 rmind Exp $   */
+/*     $NetBSD: kern_synch.c,v 1.275 2010/02/18 20:58:23 skrll Exp $   */
 
 /*-
  * Copyright (c) 1999, 2000, 2004, 2006, 2007, 2008, 2009
@@ -69,7 +69,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_synch.c,v 1.274 2009/12/30 23:54:30 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_synch.c,v 1.275 2010/02/18 20:58:23 skrll Exp $");
 
 #include "opt_kstack.h"
 #include "opt_perfctrs.h"
@@ -752,7 +752,7 @@
                        pmap_deactivate(l);
 
                /*
-                * We may need to spin-wait for if 'newl' is still
+                * We may need to spin-wait if 'newl' is still
                 * context switching on another CPU.
                 */
                if (__predict_false(newl->l_ctxswtch != 0)) {
@@ -893,7 +893,7 @@
                l->l_lwpctl->lc_curcpu = LWPCTL_CPU_EXITED;
 
        /*
-        * We may need to spin-wait for if 'newl' is still
+        * We may need to spin-wait if 'newl' is still
         * context switching on another CPU.
         */
        if (__predict_false(newl->l_ctxswtch != 0)) {



Home | Main Index | Thread Index | Old Index