summaryrefslogtreecommitdiff
path: root/sys/dev/pci/qle.c
diff options
context:
space:
mode:
authorMarcus Glocker <mglocker@cvs.openbsd.org>2024-09-04 07:54:54 +0000
committerMarcus Glocker <mglocker@cvs.openbsd.org>2024-09-04 07:54:54 +0000
commitc08b0d64f93729a6088a731e9e41fda5bec371e1 (patch)
treee09749cad372b028eb5c075077d98bbae8a348bb /sys/dev/pci/qle.c
parent92740d6c8077a1465c78e747b508ddbb0d12ab57 (diff)
Fix some spelling.
Input and ok jmc@, jsg@
Diffstat (limited to 'sys/dev/pci/qle.c')
-rw-r--r--sys/dev/pci/qle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/qle.c b/sys/dev/pci/qle.c
index 152154ce23a..67e04161490 100644
--- a/sys/dev/pci/qle.c
+++ b/sys/dev/pci/qle.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: qle.c,v 1.65 2024/05/24 06:02:58 jsg Exp $ */
+/* $OpenBSD: qle.c,v 1.66 2024/09/04 07:54:52 mglocker Exp $ */
/*
* Copyright (c) 2013, 2014 Jonathan Matthew <jmatthew@openbsd.org>
@@ -691,7 +691,7 @@ qle_detach(struct device *self, int flags)
struct qle_softc *sc = (struct qle_softc *)self;
if (sc->sc_ih == NULL) {
- /* we didnt attach properly, so nothing to detach */
+ /* we didn't attach properly, so nothing to detach */
return (0);
}