summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2015-12-07 19:21:08 +0000
committerbrueffer <brueffer@FreeBSD.org>2015-12-07 19:21:08 +0000
commit8ec073a10b301b8fa209d6e81d78c9b512a9b811 (patch)
treed08913f04aaa5de356584bc7b3d0c26ccf67c742 /share/man
parentb31f8eb86f657d068dcfb60f932fe00acd797551 (diff)
downloadFreeBSD-src-8ec073a10b301b8fa209d6e81d78c9b512a9b811.zip
FreeBSD-src-8ec073a10b301b8fa209d6e81d78c9b512a9b811.tar.gz
Fix a comment typo in the code example.
PR: 203497 Submitted by: chadf@triularity.org MFC after: 1 week
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/g_bio.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/g_bio.9 b/share/man/man9/g_bio.9
index e3ac64e..686c0cc 100644
--- a/share/man/man9/g_bio.9
+++ b/share/man/man9/g_bio.9
@@ -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);
OpenPOWER on IntegriCloud