From: Colin Ian King Date: Sun, 26 Feb 2017 12:10:12 +0000 (+0000) Subject: lib: fix spelling mistake: "actualy" -> "actually" X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8118b7b76c8c087055054884a39db6a7d138e1c5;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git lib: fix spelling mistake: "actualy" -> "actually" trivial fix to spelling mistake in pr_err message Signed-off-by: Colin Ian King Acked-by: Jiri Pirko Signed-off-by: David S. Miller --- diff --git a/lib/test_parman.c b/lib/test_parman.c index fe9f3a785804..35e32243693c 100644 --- a/lib/test_parman.c +++ b/lib/test_parman.c @@ -334,7 +334,7 @@ static int test_parman_check_array(struct test_parman *test_parman, last_priority = item->prio->priority; if (item->parman_item.index != i) { - pr_err("Item has different index in compare to where it actualy is (%lu != %d)\n", + pr_err("Item has different index in compare to where it actually is (%lu != %d)\n", item->parman_item.index, i); return -EINVAL; }