summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2012-12-13 16:48:49 +0100
committerSimon Horman <horms@verge.net.au>2012-12-14 22:31:03 +0900
commitc0099a82f1b38cf5d0c80e046e3a92d8d585133e (patch)
tree836693eac4ca8dbf2d194e4025ce9e6b7f9e0aa1
parent6ca1abe9da44b3270d7a31afe6b85d3e207efe12 (diff)
fix comment typo in do_bzImage_load on x86
Signed-off-by: Olaf Hering <olaf@aepfle.de> Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r--kexec/arch/i386/kexec-bzImage.c2
1 files changed, 1 insertions, 1 deletions
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