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

This commit is contained in:
msaitoh 2019-04-01 06:20:40 +00:00
parent f24d309180
commit 25629ef49d
2 changed files with 5 additions and 5 deletions

View File

@ -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 {

View File

@ -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)