Author: trasz
Date: Sat Aug  5 09:34:09 2017
New Revision: 322083
URL: https://svnweb.freebsd.org/changeset/base/322083

Log:
  MFC r318444:
  
  Fix typo.

Modified:
  stable/11/sys/geom/geom_vfs.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/geom/geom_vfs.c
==============================================================================
--- stable/11/sys/geom/geom_vfs.c       Sat Aug  5 09:32:03 2017        
(r322082)
+++ stable/11/sys/geom/geom_vfs.c       Sat Aug  5 09:34:09 2017        
(r322083)
@@ -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) {
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to