diff options
author | Stefan Weil <sw@weilnetz.de> | 2015-01-02 16:02:47 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-01-02 20:07:26 +0100 |
commit | 24a89f673857e8f49c3890f5a527f34d1b16806d (patch) | |
tree | 7c5348eacafa69637ef03f11f3bd777b6462569c /ddb/db_task_thread.c | |
parent | ed959ff149a5794649312288f87453f63bbbf3c9 (diff) | |
download | gnumach-24a89f673857e8f49c3890f5a527f34d1b16806d.tar.gz gnumach-24a89f673857e8f49c3890f5a527f34d1b16806d.tar.bz2 gnumach-24a89f673857e8f49c3890f5a527f34d1b16806d.zip |
ddb: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'ddb/db_task_thread.c')
-rw-r--r-- | ddb/db_task_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ddb/db_task_thread.c b/ddb/db_task_thread.c index edab17e5..7927e674 100644 --- a/ddb/db_task_thread.c +++ b/ddb/db_task_thread.c @@ -150,7 +150,7 @@ db_check_thread_address_valid(thread) } /* - * convert task_id(queue postion) to task address + * convert task_id(queue position) to task address */ task_t db_lookup_task_id(int task_id) |