From: Colin Ian King <[email protected]>

Trivial fix to spelling mistake in pr_info message

Signed-off-by: Colin Ian King <[email protected]>
---
 arch/metag/kernel/process.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/metag/kernel/process.c b/arch/metag/kernel/process.c
index bde9c938bd4a..aaa7a9467ed6 100644
--- a/arch/metag/kernel/process.c
+++ b/arch/metag/kernel/process.c
@@ -394,7 +394,7 @@ static unsigned long elf_vm_mmap(struct file *filep, 
unsigned long addr,
                return map_addr;
 
        if ((type & MAP_FIXED) && map_addr != addr) {
-               pr_info("Uhuuh, elf segement at %p requested but the memory is 
mapped already\n",
+               pr_info("Uhuuh, elf segment at %p requested but the memory is 
mapped already\n",
                                (void*)addr);
                return -EAGAIN;
        }
-- 
2.14.1

Reply via email to