Module Name: src
Committed By: ad
Date: Wed May 31 20:00:51 UTC 2023
Modified Files:
src/sys/dev/i2o: ld_iop.c
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/dev/i2o/ld_iop.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/i2o/ld_iop.c
diff -u src/sys/dev/i2o/ld_iop.c:1.39 src/sys/dev/i2o/ld_iop.c:1.40
--- src/sys/dev/i2o/ld_iop.c:1.39 Wed Aug 9 16:44:39 2017
+++ src/sys/dev/i2o/ld_iop.c Wed May 31 20:00:50 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: ld_iop.c,v 1.39 2017/08/09 16:44:39 mlelstv Exp $ */
+/* $NetBSD: ld_iop.c,v 1.40 2023/05/31 20:00:50 ad Exp $ */
/*-
* Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ld_iop.c,v 1.39 2017/08/09 16:44:39 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ld_iop.c,v 1.40 2023/05/31 20:00:50 ad Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -555,7 +555,7 @@ ld_iop_adjqparam(device_t dv, int mpi)
struct ld_softc *ld = &sc->sc_ld;
/*
- * AMI controllers seem to loose the plot if you hand off lots of
+ * AMI controllers seem to lose the plot if you hand off lots of
* queued commands.
*/
if (le16toh(I2O_ORG_AMI) == iop->sc_status.orgid && mpi > 64)