From: mglocker Date: Sun, 4 Aug 2024 20:10:38 +0000 (+0000) Subject: Fix typo. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f4fd31f807af86799f64fb9b1f95dbac3b28c765;p=openbsd Fix typo. ok kettenis@ --- diff --git a/sys/dev/fdt/qcpas.c b/sys/dev/fdt/qcpas.c index 06bcc694699..6585f9e691d 100644 --- a/sys/dev/fdt/qcpas.c +++ b/sys/dev/fdt/qcpas.c @@ -1,4 +1,4 @@ -/* $OpenBSD: qcpas.c,v 1.4 2024/08/04 15:30:08 kettenis Exp $ */ +/* $OpenBSD: qcpas.c,v 1.5 2024/08/04 20:10:38 mglocker Exp $ */ /* * Copyright (c) 2023 Patrick Wildt * @@ -224,7 +224,7 @@ qcpas_mountroot(struct device *self) if (sc->sc_lite_pas_id) { if (qcscm_pas_shutdown(sc->sc_lite_pas_id)) { - printf("%s: failed to shutdown lite firmare\n", + printf("%s: failed to shutdown lite firmware\n", sc->sc_dev.dv_xname); } }