Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/i2o Fix typo.
details: https://anonhg.NetBSD.org/src/rev/1d787d913bd2
branches: trunk
changeset: 376091:1d787d913bd2
user: ad <ad%NetBSD.org@localhost>
date: Wed May 31 20:00:50 2023 +0000
description:
Fix typo.
diffstat:
sys/dev/i2o/ld_iop.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 0983088e7a7f -r 1d787d913bd2 sys/dev/i2o/ld_iop.c
--- a/sys/dev/i2o/ld_iop.c Wed May 31 19:44:42 2023 +0000
+++ b/sys/dev/i2o/ld_iop.c Wed May 31 20:00:50 2023 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index