diff options
| author | andvar <andvar@NetBSD.org> | 2021-08-21 11:55:24 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-08-21 11:55:24 +0000 |
| commit | b0a37f4e202d2ca22da5f3f4cb7ffc2f3672346d (patch) | |
| tree | b0dbabeeba11de6656ae1007b3d5be503c6d20d3 /sys/dev/ic/isp_target.c | |
| parent | 1ad29d45d9a4ca33dc62e582e33f54b5d7bdb6d6 (diff) | |
fix some more typos in comments/log messages, improve wording as well.
Diffstat (limited to 'sys/dev/ic/isp_target.c')
| -rw-r--r-- | sys/dev/ic/isp_target.c | 8 |
1 files changed, 4 insertions, 4 deletions
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 <sys/cdefs.h> -__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 <dev/ic/isp_netbsd.h> #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 |
