]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
md: linear.c: Fix typo in comment.
authorAndre Noll <maan@systemlinux.org>
Mon, 13 Oct 2008 00:55:12 +0000 (11:55 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 13 Oct 2008 00:55:12 +0000 (11:55 +1100)
Signed-off-by: Andre Noll <maan@systemlinux.org>
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/linear.c

index b9cbee688fae9e4d28c9d62f58780d39254e0e3d..61a980da8b517f4db4aed75fee1d09328e2200e4 100644 (file)
@@ -161,7 +161,7 @@ static linear_conf_t *linear_conf(mddev_t *mddev, int raid_disks)
        /* min_spacing is the minimum spacing that will fit the hash
         * table in one PAGE.  This may be much smaller than needed.
         * We find the smallest non-terminal set of consecutive devices
-        * that is larger than min_spacing as use the size of that as
+        * that is larger than min_spacing and use the size of that as
         * the actual spacing
         */
        conf->hash_spacing = conf->array_sectors / 2;