From b0a37f4e202d2ca22da5f3f4cb7ffc2f3672346d Mon Sep 17 00:00:00 2001 From: andvar Date: Sat, 21 Aug 2021 11:55:24 +0000 Subject: fix some more typos in comments/log messages, improve wording as well. --- sys/dev/ic/isp_target.c | 8 ++++---- sys/dev/ic/wd33c93.c | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'sys/dev/ic') diff --git a/sys/dev/ic/isp_target.c b/sys/dev/ic/isp_target.c index 9c4c67d5c2f..302e20b2385 100644 --- a/sys/dev/ic/isp_target.c +++ b/sys/dev/ic/isp_target.c @@ -1,4 +1,4 @@ --/* $NetBSD: isp_target.c,v 1.35 2018/09/03 16:29:31 riastradh Exp $ */ +-/* $NetBSD: isp_target.c,v 1.36 2021/08/21 11:55:25 andvar Exp $ */ /*- * Copyright (c) 1997-2008 by Matthew Jacob * All rights reserved. @@ -65,7 +65,7 @@ #ifdef __NetBSD__ #include -__KERNEL_RCSID(0, "$NetBSD: isp_target.c,v 1.35 2018/09/03 16:29:31 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: isp_target.c,v 1.36 2021/08/21 11:55:25 andvar Exp $"); #include #endif #ifdef __FreeBSD__ @@ -1256,7 +1256,7 @@ isp_handle_atio(ispsoftc_t *isp, at_entry_t *aep) * The firmware status (except for the QLTM_SVALID bit) indicates * why this ATIO was sent to us. * - * If QLTM_SVALID is set, the firware has recommended Sense Data. + * If QLTM_SVALID is set, the firmware has recommended Sense Data. * * If the DISCONNECTS DISABLED bit is set in the flags field, * we're still connected on the SCSI bus - i.e. the initiator @@ -1342,7 +1342,7 @@ isp_handle_atio2(ispsoftc_t *isp, at2_entry_t *aep) * The firmware status (except for the QLTM_SVALID bit) indicates * why this ATIO was sent to us. * - * If QLTM_SVALID is set, the firware has recommended Sense Data. + * If QLTM_SVALID is set, the firmware has recommended Sense Data. * * If the DISCONNECTS DISABLED bit is set in the flags field, * we're still connected on the SCSI bus - i.e. the initiator diff --git a/sys/dev/ic/wd33c93.c b/sys/dev/ic/wd33c93.c index 33ea7c5e351..d4e009f70a1 100644 --- a/sys/dev/ic/wd33c93.c +++ b/sys/dev/ic/wd33c93.c @@ -1,4 +1,4 @@ -/* $NetBSD: wd33c93.c,v 1.30 2021/08/07 16:19:12 thorpej Exp $ */ +/* $NetBSD: wd33c93.c,v 1.31 2021/08/21 11:55:25 andvar Exp $ */ /* * Copyright (c) 1990 The Regents of the University of California. @@ -79,7 +79,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: wd33c93.c,v 1.30 2021/08/07 16:19:12 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: wd33c93.c,v 1.31 2021/08/21 11:55:25 andvar Exp $"); #include "opt_ddb.h" @@ -2140,7 +2140,7 @@ wd33c93_nextstate(struct wd33c93_softc *sc, struct wd33c93_acb *acb, u_char csr, default: abort: - /* Something unexpected happend -- deal with it. */ + /* Something unexpected happened -- deal with it. */ printf("next: aborting asr 0x%02x csr 0x%02x\n", asr, csr); #ifdef DDB -- cgit