summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2017-06-12 04:57:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2017-06-12 04:57:43 +0000
commit594d6829d9a88eebba97c7ee977404c3497a10b2 (patch)
tree16ab07ad0cdd6e8f488469cc64afe87e30908e0c
parent8ab4587ca0fab4b0c14e8896707fdc47de0f2b9f (diff)
typo; from bryan vyhmeister
-rw-r--r--sys/dev/ic/nvme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/nvme.c b/sys/dev/ic/nvme.c
index c40fcf387e6..e7243e545d4 100644
--- a/sys/dev/ic/nvme.c
+++ b/sys/dev/ic/nvme.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nvme.c,v 1.58 2017/05/29 12:58:37 jmatthew Exp $ */
+/* $OpenBSD: nvme.c,v 1.59 2017/06/12 04:57:42 deraadt Exp $ */
/*
* Copyright (c) 2014 David Gwynne <dlg@openbsd.org>
@@ -514,7 +514,7 @@ nvme_shutdown(struct nvme_softc *sc)
delay(1000);
}
- printf("%s: unable to shudown, disabling\n", DEVNAME(sc));
+ printf("%s: unable to shutdown, disabling\n", DEVNAME(sc));
disable:
nvme_disable(sc);