Fix typo.

MFC after:	2 weeks
This commit is contained in:
trasz 2017-05-18 08:25:07 +00:00
parent 51c5d0078d
commit 698449e746

View File

@ -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) {