artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56bdc47
)
typo; from bryan vyhmeister
author
deraadt
<deraadt@openbsd.org>
Mon, 12 Jun 2017 04:57:42 +0000
(
04:57
+0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 12 Jun 2017 04:57:42 +0000
(
04:57
+0000)
sys/dev/ic/nvme.c
patch
|
blob
|
history
diff --git
a/sys/dev/ic/nvme.c
b/sys/dev/ic/nvme.c
index
c40fcf3
..
e7243e5
100644
(file)
--- a/
sys/dev/ic/nvme.c
+++ b/
sys/dev/ic/nvme.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: nvme.c,v 1.5
8 2017/05/29 12:58:37 jmatthew
Exp $ */
+/* $OpenBSD: nvme.c,v 1.5
9 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 shu
t
down, disabling\n", DEVNAME(sc));
disable:
nvme_disable(sc);