diff options
author | Stefan Weil <sw@weilnetz.de> | 2015-01-02 16:02:52 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-01-02 20:10:01 +0100 |
commit | b5365a3c2cdaa507c0af3edd30d9d597083606bc (patch) | |
tree | 888e4945f2832b67c15eb5289fc0ad7b3365949f /kern/ipc_kobject.c | |
parent | 2c8514cfafb6daec4e76e3a8e0f1fd07ca0a4a33 (diff) | |
download | gnumach-b5365a3c2cdaa507c0af3edd30d9d597083606bc.tar.gz gnumach-b5365a3c2cdaa507c0af3edd30d9d597083606bc.tar.bz2 gnumach-b5365a3c2cdaa507c0af3edd30d9d597083606bc.zip |
kern: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'kern/ipc_kobject.c')
-rw-r--r-- | kern/ipc_kobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/ipc_kobject.c b/kern/ipc_kobject.c index bf22028e..709ec9ec 100644 --- a/kern/ipc_kobject.c +++ b/kern/ipc_kobject.c @@ -244,7 +244,7 @@ ipc_kobject_server(request) } else { /* * The message contents of the request are intact. - * Destroy everthing except the reply port right, + * Destroy everything except the reply port right, * which is needed in the reply message. */ |