diff options
| author | andvar <andvar@NetBSD.org> | 2021-10-21 13:21:53 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-10-21 13:21:53 +0000 |
| commit | e4abc357594cfaf6271a791c725314ee5f6467c8 (patch) | |
| tree | fc775cdcadcf089871cd219cd2b8f45bd2b2de28 /sys/dev/ic/isp.c | |
| parent | 1c62d2781c93e0d949f960a7233951ece565793d (diff) | |
fix various typos, mainly in comments, but also in man pages and log messages.
Diffstat (limited to 'sys/dev/ic/isp.c')
| -rw-r--r-- | sys/dev/ic/isp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/isp.c b/sys/dev/ic/isp.c index 31a34ac6b1e..e7631f394af 100644 --- a/sys/dev/ic/isp.c +++ b/sys/dev/ic/isp.c @@ -1,4 +1,4 @@ -/* $NetBSD: isp.c,v 1.130 2021/09/19 10:34:09 andvar Exp $ */ +/* $NetBSD: isp.c,v 1.131 2021/10/21 13:21:54 andvar Exp $ */ /* * Machine and OS Independent (well, as best as possible) * code for the Qlogic ISP SCSI adapters. @@ -43,7 +43,7 @@ */ #ifdef __NetBSD__ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: isp.c,v 1.130 2021/09/19 10:34:09 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: isp.c,v 1.131 2021/10/21 13:21:54 andvar Exp $"); #include <dev/ic/isp_netbsd.h> #endif #ifdef __FreeBSD__ @@ -6232,7 +6232,7 @@ isp_parse_status(ispsoftc_t *isp, ispstatusreq_t *sp, XS_T *xs, long *rp) * isn't an error, per se. * * Unfortunately, some QLogic f/w writers have, in - * some cases, ommitted to *set* status to QFULL. + * some cases, omitted to *set* status to QFULL. * if (*XS_STSP(xs) != SCSI_GOOD && XS_NOERR(xs)) { |
