Source-Changes-HG archive

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

[src/nathanw_sa]: src/lib/libpthread Typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/c96a53364e22
branches:  nathanw_sa
changeset: 506456:c96a53364e22
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Nov 18 08:41:57 2002 +0000

description:
Typo in comment.

diffstat:

 lib/libpthread/pthread.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d352fe608529 -r c96a53364e22 lib/libpthread/pthread.c
--- a/lib/libpthread/pthread.c  Sun Nov 17 19:47:30 2002 +0000
+++ b/lib/libpthread/pthread.c  Mon Nov 18 08:41:57 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pthread.c,v 1.1.2.32 2002/10/28 17:41:15 nathanw Exp $ */
+/*     $NetBSD: pthread.c,v 1.1.2.33 2002/11/18 08:41:57 skrll Exp $   */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -321,7 +321,7 @@
 
        /*
         * If we get to run this, then no preemption has happened
-        * (because the upcall handler will not contiune an idle thread with
+        * (because the upcall handler will not continue an idle thread with
         * PT_FLAG_IDLED set), and so we can yield the processor safely.
         */
          sa_yield();



Home | Main Index | Thread Index | Old Index