Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Typo in comment



details:   https://anonhg.NetBSD.org/src/rev/8223d8d7d1c0
branches:  trunk
changeset: 949403:8223d8d7d1c0
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Jan 12 19:36:39 2021 +0000

description:
Typo in comment

diffstat:

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

diffs (27 lines):

diff -r 7ef72c71f1d6 -r 8223d8d7d1c0 sys/kern/subr_pcq.c
--- a/sys/kern/subr_pcq.c       Tue Jan 12 14:21:18 2021 +0000
+++ b/sys/kern/subr_pcq.c       Tue Jan 12 19:36:39 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_pcq.c,v 1.11 2019/12/16 18:50:44 ad Exp $ */
+/*     $NetBSD: subr_pcq.c,v 1.12 2021/01/12 19:36:39 skrll Exp $      */
 
 /*-
  * Copyright (c) 2009, 2019 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_pcq.c,v 1.11 2019/12/16 18:50:44 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_pcq.c,v 1.12 2021/01/12 19:36:39 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -180,7 +180,7 @@
 
        /*
         * Ensure that update to pcq_items[] becomes globally visible
-        * before the update to pcq_pc.  If it were reodered to occur
+        * before the update to pcq_pc.  If it were reordered to occur
         * after it, we could in theory wipe out a modification made
         * to pcq_items[] by pcq_put().
         */



Home | Main Index | Thread Index | Old Index