summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2017-08-05 09:34:09 +0000
committertrasz <trasz@FreeBSD.org>2017-08-05 09:34:09 +0000
commit97496e7329c11cc0557ff73796ef3b2f18d44b60 (patch)
tree63a1d8f96ba551737b3643cf457497751c96ada7
parent2e940523d00d563fcf6ac84ee1760649bec26770 (diff)
downloadFreeBSD-src-97496e7329c11cc0557ff73796ef3b2f18d44b60.zip
FreeBSD-src-97496e7329c11cc0557ff73796ef3b2f18d44b60.tar.gz
MFC r318444:
Fix typo.
-rw-r--r--sys/geom/geom_vfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_vfs.c b/sys/geom/geom_vfs.c
index eda4b75..109708a 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) {
OpenPOWER on IntegriCloud