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

Trivial fix to spelling mistake.

Signed-off-by: Colin Ian King <colin.k...@canonical.com>
---
 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

Reply via email to