public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lib: fix spelling mistake: "actualy" -> "actually"
@ 2017-02-26 12:10 Colin King
  2017-02-26 14:44 ` Jiri Pirko
  2017-02-26 16:04 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2017-02-26 12:10 UTC (permalink / raw)
  To: Jiri Pirko, netdev; +Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake in pr_err message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 lib/test_parman.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/test_parman.c b/lib/test_parman.c
index fe9f3a7..35e3224 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;
 		}
-- 
2.10.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-26 16:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-26 12:10 [PATCH] lib: fix spelling mistake: "actualy" -> "actually" Colin King
2017-02-26 14:44 ` Jiri Pirko
2017-02-26 16:04 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox