svn commit: r318444 - head/sys/geom

Edward Tomasz Napierala trasz at FreeBSD.org
Thu May 18 08:25:09 UTC 2017


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


More information about the svn-src-head mailing list