[PATCH] jump_label: fix spelling mistake: "allocatote" -> "allocate"

From: Colin King
Date: Tue Feb 21 2017 - 11:42:28 EST


From: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Trivial fix to spelling mistake.

Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
---
kernel/jump_label.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/jump_label.c b/kernel/jump_label.c
index 6c9cb20..aa123dd 100644
--- a/kernel/jump_label.c
+++ b/kernel/jump_label.c
@@ -595,7 +595,7 @@ jump_label_module_notify(struct notifier_block *self, unsigned long val,
jump_label_lock();
ret = jump_label_add_module(mod);
if (ret) {
- WARN(1, "Failed to allocatote memory: jump_label may not work properly.\n");
+ WARN(1, "Failed to allocate memory: jump_label may not work properly.\n");
jump_label_del_module(mod);
}
jump_label_unlock();
--
2.10.2