diff options
| author | ad <ad@NetBSD.org> | 2023-05-31 20:00:50 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2023-05-31 20:00:50 +0000 |
| commit | e20e8ad01db5403e76964cd24f87f4fd34b2c51d (patch) | |
| tree | e16353c0ee3f1ee8a52456a2c7e0629ff039939c /sys/dev | |
| parent | cd23a0f901865c1d667ab62cb7f2ffe2d671e50a (diff) | |
Fix typo.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/i2o/ld_iop.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/i2o/ld_iop.c b/sys/dev/i2o/ld_iop.c index 06b9b72dfb1..b49d7bb1aae 100644 --- a/sys/dev/i2o/ld_iop.c +++ b/sys/dev/i2o/ld_iop.c @@ -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) |
