From: Lars Ellenberg Date: Mon, 21 Feb 2011 12:20:53 +0000 (+0100) Subject: drbd: fix typo in comment X-Git-Tag: next-20121112~60^2~1^2~3^2~453 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=867f57483b1759f8cd76ec31ff1f37abde5ad577;p=karo-tx-linux.git drbd: fix typo in comment Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- diff --git a/drivers/block/drbd/drbd_actlog.c b/drivers/block/drbd/drbd_actlog.c index ad618637172b..1ce3de6eed1b 100644 --- a/drivers/block/drbd/drbd_actlog.c +++ b/drivers/block/drbd/drbd_actlog.c @@ -546,7 +546,7 @@ cancel: } /** - * drbd_al_apply_to_bm() - Sets the bitmap to diry(1) where covered ba active AL extents + * drbd_al_apply_to_bm() - Sets the bitmap to dirty(1) where covered by active AL extents * @mdev: DRBD device. */ void drbd_al_apply_to_bm(struct drbd_conf *mdev)