Skip to content

Commit 8118b7b

Browse files
Colin Ian Kingdavem330
authored andcommitted
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>
1 parent 1b8c101 commit 8118b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/test_parman.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ static int test_parman_check_array(struct test_parman *test_parman,
334334
last_priority = item->prio->priority;
335335

336336
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",
338338
item->parman_item.index, i);
339339
return -EINVAL;
340340
}

0 commit comments

Comments
 (0)