Author: brueffer Date: Mon Dec 7 19:21:08 2015 New Revision: 291957 URL: https://svnweb.freebsd.org/changeset/base/291957
Log: Fix a comment typo in the code example. PR: 203497 Submitted by: ch...@triularity.org MFC after: 1 week Modified: head/share/man/man9/g_bio.9 Modified: head/share/man/man9/g_bio.9 ============================================================================== --- head/share/man/man9/g_bio.9 Mon Dec 7 19:19:51 2015 (r291956) +++ head/share/man/man9/g_bio.9 Mon Dec 7 19:21:08 2015 (r291957) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 1, 2006 +.Dd December 7, 2015 .Dt G_BIO 9 .Os .Sh NAME @@ -253,7 +253,7 @@ example_start(struct bio *bp) /* Ok, schedule it down. */ /* * The consumer can be obtained from - * LIST_FIRST(&bp->bio_to->geom->consumers) as well, + * LIST_FIRST(&bp->bio_to->geom->consumer) as well, * if there is only one in our geom. */ g_io_request(cbp, sc->ex_consumer); _______________________________________________ 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"