Browse Source

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>
Colin Ian King 8 years ago
parent
commit
8118b7b76c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/test_parman.c

+ 1 - 1
lib/test_parman.c

@@ -334,7 +334,7 @@ static int test_parman_check_array(struct test_parman *test_parman,
 		last_priority = item->prio->priority;
 		last_priority = item->prio->priority;
 
 
 		if (item->parman_item.index != i) {
 		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);
 			       item->parman_item.index, i);
 			return -EINVAL;
 			return -EINVAL;
 		}
 		}