From: Colin Ian King <colin.king@xxxxxxxxxxxxx> Trivial fix to spelling mistake in pr_info message Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-metag" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html