[PATCH 4/5] fix comment typo in do_bzImage_load on x86
Olaf Hering
olaf at aepfle.de
Thu Dec 13 10:48:49 EST 2012
Signed-off-by: Olaf Hering <olaf at aepfle.de>
---
kexec/arch/i386/kexec-bzImage.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kexec/arch/i386/kexec-bzImage.c b/kexec/arch/i386/kexec-bzImage.c
index 6998587..fd214a3 100644
--- a/kexec/arch/i386/kexec-bzImage.c
+++ b/kexec/arch/i386/kexec-bzImage.c
@@ -194,7 +194,7 @@ int do_bzImage_load(struct kexec_info *info,
}
/* Load the trampoline. This must load at a higher address
- * the the argument/parameter segment or the kernel will stomp
+ * than the argument/parameter segment or the kernel will stomp
* it's gdt.
*
* x86_64 purgatory code has got relocations type R_X86_64_32S
--
1.8.0.1
More information about the kexec
mailing list