diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-09-15 05:35:37 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-10-14 09:37:41 -0400 |
commit | 002ace782cc8eef178808cc2b36853750154fe19 (patch) | |
tree | 71cf2128bb5731f9134ba50d45130f906c1bc3e4 /kernel/kexec.c | |
parent | 49e60de6852f1ce63851d9b5a4bf67e33966babe (diff) |
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, | |||
921 | * reinitialize them. | 921 | * reinitialize them. |
922 | * | 922 | * |
923 | * - A machine specific part that includes the syscall number | 923 | * - A machine specific part that includes the syscall number |
924 | * and the copies the image to it's final destination. And | 924 | * and then copies the image to it's final destination. And |
925 | * jumps into the image at entry. | 925 | * jumps into the image at entry. |
926 | * | 926 | * |
927 | * kexec does not sync, or unmount filesystems so if you need | 927 | * kexec does not sync, or unmount filesystems so if you need |