aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2025-12-13 09:43:49 +0000
committerGordon Bergling <gbe@FreeBSD.org>2025-12-13 09:53:21 +0000
commitbcc735cb710fb74d1fb5f7be3d37701343c58ccd (patch)
treead96fb40e23727b0320f983cb8e21b9d1f571c9b
parent148111d3775eb159d71a36e3a8b4c5c1bf53392c (diff)
mps(4): Fix a typo in a device message
- s/reseting/resetting/ MFC after: 5 days
-rw-r--r--sys/dev/mps/mps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mps/mps.c b/sys/dev/mps/mps.c
index 9dfa0471ac0a..357eacf28925 100644
--- a/sys/dev/mps/mps.c
+++ b/sys/dev/mps/mps.c
@@ -518,7 +518,7 @@ mps_iocfacts_allocate(struct mps_softc *sc, uint8_t attaching)
*/
if (attaching && ((sc->facts->IOCCapabilities &
MPI2_IOCFACTS_CAPABILITY_EVENT_REPLAY) == 0)) {
- mps_dprint(sc, MPS_INIT, "No event replay, reseting\n");
+ mps_dprint(sc, MPS_INIT, "No event replay, resetting\n");
mps_diag_reset(sc, NO_SLEEP);
if ((error = mps_transition_ready(sc)) != 0) {
mps_dprint(sc, MPS_INIT|MPS_FAULT, "Failed to "