Skip to content

Commit

Permalink
lib: fix spelling mistake: "actualy" -> "actually"
Browse files Browse the repository at this point in the history
trivial fix to spelling mistake in pr_err message

Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Jiri Pirko <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Colin Ian King authored and davem330 committed Feb 26, 2017
1 parent 1b8c101 commit 8118b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test_parman.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 8118b7b

Please sign in to comment.