From: deraadt Date: Mon, 12 Jun 2017 04:57:42 +0000 (+0000) Subject: typo; from bryan vyhmeister X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7f0b5f10afacd1f9b512c73ef0a00a0ca02bae51;p=openbsd typo; from bryan vyhmeister --- 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 @@ -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);