summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-02-26 12:10:12 +0000
committerDavid S. Miller <davem@davemloft.net>2017-02-26 11:03:38 -0500
commit8118b7b76c8c087055054884a39db6a7d138e1c5 (patch)
tree16dcb322b63d5e78066200fddc7f077d36222b25 /lib
parent1b8c1012142d83229b7d1c960d131e6a30f777a6 (diff)
downloadlinux-8118b7b76c8c087055054884a39db6a7d138e1c5.tar.gz
linux-8118b7b76c8c087055054884a39db6a7d138e1c5.tar.xz
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.c2
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,
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;
}