summaryrefslogtreecommitdiff
path: root/exec
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2011-08-15 22:10:09 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-08-20 18:36:33 +0200
commitc0eaf0fad88f15c843098a43ca2cadbf009ce094 (patch)
tree7b129c5055ded1aa400d34409d64bbab363b3e9e /exec
parent5a3976828225947d333ff2326d04f8b20e48e072 (diff)
fix common misspellings
* Fix spelling with codespell[1] and manually review it. [1] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
Diffstat (limited to 'exec')
-rw-r--r--exec/do-bunzip2.c2
-rw-r--r--exec/exec.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/exec/do-bunzip2.c b/exec/do-bunzip2.c
index 17bbf911..716a0cde 100644
--- a/exec/do-bunzip2.c
+++ b/exec/do-bunzip2.c
@@ -150,7 +150,7 @@ bz2_fclose (void *stream)
with *all* the algorithms contained herein, and with the
consequences of modifying them, you should NOT meddle with the
compression or decompression machinery. Incorrect changes can
- and very likely *will* lead to disasterous loss of data.
+ and very likely *will* lead to disastrous loss of data.
DISCLAIMER:
I TAKE NO RESPONSIBILITY FOR ANY LOSS OF DATA ARISING FROM THE
diff --git a/exec/exec.c b/exec/exec.c
index 01d22e70..4c2fcec1 100644
--- a/exec/exec.c
+++ b/exec/exec.c
@@ -1061,7 +1061,7 @@ load (task_t usertask, struct execdata *e)
if (e->info.elf.phdr[i].p_type == PT_LOAD)
load_section (&e->info.elf.phdr[i], e);
- /* The entry point address is relative to whereever we loaded the
+ /* The entry point address is relative to wherever we loaded the
program text. */
e->entry += e->info.elf.loadbase;
}