From 547cb1574e29082aa194ec65c43c8e08ac1f9aa8 Mon Sep 17 00:00:00 2001 From: Wei Jiangang Date: Tue, 26 Apr 2016 18:12:43 +0800 Subject: [PATCH] block: Fix typo in comment s/imlement/implement/ Signed-off-by: Wei Jiangang Signed-off-by: Kevin Wolf --- blockdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockdev.c b/blockdev.c index f1f520a2653b..f74eb4357a29 100644 --- a/blockdev.c +++ b/blockdev.c @@ -73,7 +73,7 @@ static int if_max_devs[IF_COUNT] = { * Do not change these numbers! They govern how drive option * index maps to unit and bus. That mapping is ABI. * - * All controllers used to imlement if=T drives need to support + * All controllers used to implement if=T drives need to support * if_max_devs[T] units, for any T with if_max_devs[T] != 0. * Otherwise, some index values map to "impossible" bus, unit * values.