From 6635c8ed2f59c6c6613911eeefd6e4b9de212d45 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Thu, 18 May 2017 08:25:07 +0000 Subject: [PATCH] Fix typo. MFC after: 2 weeks --- sys/geom/geom_vfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/geom/geom_vfs.c b/sys/geom/geom_vfs.c index c59cc6a569e2..c48214438a42 100644 --- a/sys/geom/geom_vfs.c +++ b/sys/geom/geom_vfs.c @@ -168,7 +168,7 @@ g_vfs_strategy(struct bufobj *bo, struct buf *bp) sc = cp->geom->softc; /* - * If the provider has orphaned us, just return EXIO. + * If the provider has orphaned us, just return ENXIO. */ mtx_lock(&sc->sc_mtx); if (sc->sc_orphaned) {