diff options
| author | Greg Lehey <grog@FreeBSD.org> | 2003-05-01 01:33:01 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 2003-05-01 01:33:01 +0000 |
| commit | f77547fbbbc998cbd9783f58cc73ada0ca29bb0a (patch) | |
| tree | 0cf7d2ae015ca4c83e4f643626da2104dc09533f /sys/dev | |
| parent | 9351e5dbcc1199a60d22d564cdd760523f8a7540 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/vinum/vinumraid5.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/vinum/vinumraid5.c b/sys/dev/vinum/vinumraid5.c index 0e17933478f4..73b024f44d97 100644 --- a/sys/dev/vinum/vinumraid5.c +++ b/sys/dev/vinum/vinumraid5.c @@ -38,7 +38,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $Id: vinumraid5.c,v 1.21 2001/01/09 04:21:27 grog Exp grog $ + * $Id: vinumraid5.c,v 1.23 2003/02/08 03:32:45 grog Exp $ * $FreeBSD$ */ #include <dev/vinum/vinumhdr.h> @@ -625,7 +625,7 @@ bre5(struct request *rq, * block. In this case, the bounds defined by * mp->writeoffset and mp->writelen also play a * rôle. Select this case by setting the - * parameter forparity != 0 + * parameter forparity != 0. */ void setrqebounds(struct rqelement *rqe, struct metrics *mp) |
