Author: trasz
Date: Thu May 18 08:25:07 2017
New Revision: 318444
URL: https://svnweb.freebsd.org/changeset/base/318444

Log:
  Fix typo.
  
  MFC after:    2 weeks

Modified:
  head/sys/geom/geom_vfs.c

Modified: head/sys/geom/geom_vfs.c
==============================================================================
--- head/sys/geom/geom_vfs.c    Thu May 18 06:33:55 2017        (r318443)
+++ head/sys/geom/geom_vfs.c    Thu May 18 08:25:07 2017        (r318444)
@@ -168,7 +168,7 @@ g_vfs_strategy(struct bufobj *bo, struct
        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) {
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to