Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/fe7dbefb72e4
branches:  trunk
changeset: 959334:fe7dbefb72e4
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Feb 08 09:31:05 2021 +0000

description:
Fix typo in comment.

diffstat:

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

diffs (27 lines):

diff -r e38478724918 -r fe7dbefb72e4 sys/kern/subr_pcq.c
--- a/sys/kern/subr_pcq.c       Mon Feb 08 06:56:26 2021 +0000
+++ b/sys/kern/subr_pcq.c       Mon Feb 08 09:31:05 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_pcq.c,v 1.12 2021/01/12 19:36:39 skrll Exp $      */
+/*     $NetBSD: subr_pcq.c,v 1.13 2021/02/08 09:31:05 wiz 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.12 2021/01/12 19:36:39 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_pcq.c,v 1.13 2021/02/08 09:31:05 wiz Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -124,7 +124,7 @@
        /*
         * Synchronization activity to wake up the consumer will ensure
         * that the update to pcq_items[] is visible before the wakeup
-        * arrives.  So, we do not need an additonal memory barrier here.
+        * arrives.  So, we do not need an additional memory barrier here.
         */
        return true;
 }



Home | Main Index | Thread Index | Old Index