K 10 svn:author V 3 pjd K 8 svn:date V 27 2006-09-04T12:55:43.000000Z K 7 svn:log V 641 MFC: sys/geom/mirror/g_mirror.c 1.86-1.88 sys/geom/raid3/g_raid3.c 1.70-1.72 - Don't use f-word in comments. We are gentlemans. Pointed out by: Maciej Sobczak - Commit the results of the typo hunt by Darren Pilgrim. This change affects documentation and comments only, no real code involved. PR: misc/101245 Submitted by: Darren Pilgrim Tested by: md5(1) Commit to HEAD by: yar - Not only a request from us can be passed to g_{mirror,raid3}_worker() function, but also a request to us, in which case checking bio_cflags is wrong, because the class above us is controling it, not we. END