diff options
author | Olaf Hering <olaf@aepfle.de> | 2012-12-13 16:48:49 +0100 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2012-12-14 22:31:03 +0900 |
commit | c0099a82f1b38cf5d0c80e046e3a92d8d585133e (patch) | |
tree | 836693eac4ca8dbf2d194e4025ce9e6b7f9e0aa1 | |
parent | 6ca1abe9da44b3270d7a31afe6b85d3e207efe12 (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.c | 2 |
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 |