]> git.karo-electronics.de Git - linux-beck.git/commitdiff
fix grammar in printk
authorLars Ellenberg <lars.ellenberg@linbit.com>
Wed, 14 Oct 2009 07:36:49 +0000 (09:36 +0200)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Wed, 4 Nov 2009 14:20:59 +0000 (15:20 +0100)
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
drivers/block/drbd/drbd_receiver.c

index 360baf60f574a0b67154bfc5c1eb3afe28316719..d9312b45393f08b398bd3f869dc983d804a04789 100644 (file)
@@ -2099,7 +2099,7 @@ static int drbd_asb_recover_0p(struct drbd_conf *mdev) __must_hold(local)
                        break;
                }
                /* Else fall through to one of the other strategies... */
-               dev_warn(DEV, "Discard younger/older primary did not found a decision\n"
+               dev_warn(DEV, "Discard younger/older primary did not find a decision\n"
                     "Using discard-least-changes instead\n");
        case ASB_DISCARD_ZERO_CHG:
                if (ch_peer == 0 && ch_self == 0) {