2013-09-15 09:35:44

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH TRIVIAL] kexec: Typo s/the/then/

Signed-off-by: Geert Uytterhoeven <[email protected]>
---
kernel/kexec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/kexec.c b/kernel/kexec.c
index 2a74f30..490afc0 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
--
1.7.9.5


2013-09-15 16:32:52

by Hedi Berriche

[permalink] [raw]
Subject: Re: [PATCH TRIVIAL] kexec: Typo s/the/then/

On Sun, Sep 15, 2013 at 10:36 Geert Uytterhoeven wrote:
| Signed-off-by: Geert Uytterhoeven <[email protected]>
| ---
| kernel/kexec.c | 2 +-
| 1 file changed, 1 insertion(+), 1 deletion(-)
|
| diff --git a/kernel/kexec.c b/kernel/kexec.c
| index 2a74f30..490afc0 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.

Well, if you're fixing typos, might as well get rid of the wrong "it's"
and turn into "its".

Cheers,
Hedi.
--
Be careful of reading health books, you might die of a misprint.
-- Mark Twain