diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-02-26 07:10:12 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-02-26 11:03:38 -0500 |
commit | 8118b7b76c8c087055054884a39db6a7d138e1c5 (patch) | |
tree | 16dcb322b63d5e78066200fddc7f077d36222b25 /lib | |
parent | 1b8c1012142d83229b7d1c960d131e6a30f777a6 (diff) |
lib: fix spelling mistake: "actualy" -> "actually"
trivial fix to spelling mistake in pr_err message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/test_parman.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, | |||
334 | last_priority = item->prio->priority; | 334 | last_priority = item->prio->priority; |
335 | 335 | ||
336 | if (item->parman_item.index != i) { | 336 | if (item->parman_item.index != i) { |
337 | pr_err("Item has different index in compare to where it actualy is (%lu != %d)\n", | 337 | pr_err("Item has different index in compare to where it actually is (%lu != %d)\n", |
338 | item->parman_item.index, i); | 338 | item->parman_item.index, i); |
339 | return -EINVAL; | 339 | return -EINVAL; |
340 | } | 340 | } |