From 25629ef49d60177afeb9ea53443704dfa0b5794a Mon Sep 17 00:00:00 2001 From: msaitoh Date: Mon, 1 Apr 2019 06:20:40 +0000 Subject: [PATCH] Fix typo in comment (s/numer/number/). --- sys/arch/x86/pci/msipic.c | 6 +++--- sys/dev/iscsi/iscsi_utils.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/arch/x86/pci/msipic.c b/sys/arch/x86/pci/msipic.c index 39b7b7503d7f..5c7167160d22 100644 --- a/sys/arch/x86/pci/msipic.c +++ b/sys/arch/x86/pci/msipic.c @@ -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 -__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 { diff --git a/sys/dev/iscsi/iscsi_utils.c b/sys/dev/iscsi/iscsi_utils.c index 9f3539093dd9..86127ca010a4 100644 --- a/sys/dev/iscsi/iscsi_utils.c +++ b/sys/dev/iscsi/iscsi_utils.c @@ -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)