Fix typo.

MFC after:	2 weeks
This commit is contained in:
Edward Tomasz Napierala 2017-05-18 08:25:07 +00:00
parent 043b080e33
commit 6635c8ed2f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=318444

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