diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-09-15 11:35:37 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-10-14 15:37:41 +0200 |
commit | 002ace782cc8eef178808cc2b36853750154fe19 (patch) | |
tree | 71cf2128bb5731f9134ba50d45130f906c1bc3e4 /kernel/kexec.c | |
parent | 49e60de6852f1ce63851d9b5a4bf67e33966babe (diff) | |
download | linux-002ace782cc8eef178808cc2b36853750154fe19.tar.bz2 |
kexec: Typo s/the/then/
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'kernel/kexec.c')
-rw-r--r-- | kernel/kexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kexec.c b/kernel/kexec.c index 59f7b55ba745..cb1f3454eea6 100644 --- a/kernel/kexec.c +++ b/kernel/kexec.c @@ -921,7 +921,7 @@ static int kimage_load_segment(struct kimage *image, * reinitialize them. * * - A machine specific part that includes the syscall number - * and the copies the image to it's final destination. And + * and then copies the image to it's final destination. And * jumps into the image at entry. * * kexec does not sync, or unmount filesystems so if you need |