From: Alexander Kuleshov Date: Tue, 17 Feb 2015 21:45:47 +0000 (-0800) Subject: kexec: fix a typo in comment X-Git-Tag: firefly_0821_release~176^2~2299^2~48 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ad69934987eb04c8c3f912b19db878f280e55c8f;p=firefly-linux-kernel-4.4.55.git kexec: fix a typo in comment Signed-off-by: Alexander Kuleshov Acked-by: "Eric W. Biederman" Acked-by: Vivek Goyal Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/kernel/kexec.c b/kernel/kexec.c index 35dcac4b5c1c..e9a6be4d1ebb 100644 --- a/kernel/kexec.c +++ b/kernel/kexec.c @@ -444,7 +444,7 @@ arch_kexec_apply_relocations(const Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, } /* - * Free up memory used by kernel, initrd, and comand line. This is temporary + * Free up memory used by kernel, initrd, and command line. This is temporary * memory allocation which is not needed any more after these buffers have * been loaded into separate segments and have been copied elsewhere. */