Source-Changes-HG archive

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

[src/trunk]: src/sys Fix typo in comment (s/numer/number/).



details:   https://anonhg.NetBSD.org/src/rev/579f2f46ae25
branches:  trunk
changeset: 840304:579f2f46ae25
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Apr 01 06:20:40 2019 +0000

description:
Fix typo in comment (s/numer/number/).

diffstat:

 sys/arch/x86/pci/msipic.c   |  6 +++---
 sys/dev/iscsi/iscsi_utils.c |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r cc9c93e510d6 -r 579f2f46ae25 sys/arch/x86/pci/msipic.c
--- a/sys/arch/x86/pci/msipic.c Mon Apr 01 06:12:51 2019 +0000
+++ b/sys/arch/x86/pci/msipic.c Mon Apr 01 06:20:40 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msipic.c,v 1.11 2017/07/28 14:26:50 maxv Exp $ */
+/*     $NetBSD: msipic.c,v 1.12 2019/04/01 06:20:40 msaitoh Exp $      */
 
 /*
  * Copyright (c) 2015 Internet Initiative Japan Inc.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: msipic.c,v 1.11 2017/07/28 14:26:50 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: msipic.c,v 1.12 2019/04/01 06:20:40 msaitoh Exp $");
 
 #include "opt_intrdebug.h"
 
@@ -94,7 +94,7 @@
 
 /*
  * This struct managements "devid" to use the same "devid" for the device
- * re-attached. If the device's bus number and device numer and function
+ * re-attached. If the device's bus number and device number and function
  * number are equal, it is assumed re-attached.
  */
 struct dev_last_used_seq {
diff -r cc9c93e510d6 -r 579f2f46ae25 sys/dev/iscsi/iscsi_utils.c
--- a/sys/dev/iscsi/iscsi_utils.c       Mon Apr 01 06:12:51 2019 +0000
+++ b/sys/dev/iscsi/iscsi_utils.c       Mon Apr 01 06:20:40 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iscsi_utils.c,v 1.25 2019/02/01 08:33:29 mrg Exp $     */
+/*     $NetBSD: iscsi_utils.c,v 1.26 2019/04/01 06:20:40 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 2004,2005,2006,2008 The NetBSD Foundation, Inc.
@@ -571,7 +571,7 @@
  *    Returns:
  *          0     if the received block is a duplicate
  *          1     if the number is the expected one
- *          >1    if the numer is > the expected value, in this case the
+ *          >1    if the number is > the expected value, in this case the
  *                return value is the number of unacknowledged blocks
  *          <0    if the buffer is full (i.e. an excessive number of blocks
  *                is unacknowledged)



Home | Main Index | Thread Index | Old Index