Module Name:    src
Committed By:   msaitoh
Date:           Mon Apr  1 06:20:40 UTC 2019

Modified Files:
        src/sys/arch/x86/pci: msipic.c
        src/sys/dev/iscsi: iscsi_utils.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x86/pci/msipic.c
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/iscsi/iscsi_utils.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x86/pci/msipic.c
diff -u src/sys/arch/x86/pci/msipic.c:1.11 src/sys/arch/x86/pci/msipic.c:1.12
--- src/sys/arch/x86/pci/msipic.c:1.11	Fri Jul 28 14:26:50 2017
+++ src/sys/arch/x86/pci/msipic.c	Mon Apr  1 06:20:40 2019
@@ -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 @@ static LIST_HEAD(, msipic) msipic_list =
 
 /*
  * 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 {

Index: src/sys/dev/iscsi/iscsi_utils.c
diff -u src/sys/dev/iscsi/iscsi_utils.c:1.25 src/sys/dev/iscsi/iscsi_utils.c:1.26
--- src/sys/dev/iscsi/iscsi_utils.c:1.25	Fri Feb  1 08:33:29 2019
+++ src/sys/dev/iscsi/iscsi_utils.c	Mon Apr  1 06:20:40 2019
@@ -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 @@ init_sernum(sernum_buffer_t *buff)
  *    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)

Reply via email to