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 | |
parent | ed959ff149a5794649312288f87453f63bbbf3c9 (diff) |
ddb: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
-rw-r--r-- | ddb/db_sym.c | 2 | ||||
-rw-r--r-- | ddb/db_task_thread.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ddb/db_sym.c b/ddb/db_sym.c index 0179137..2abd574 100644 --- a/ddb/db_sym.c +++ b/ddb/db_sym.c @@ -293,7 +293,7 @@ db_name_is_ambiguous(char *sym_name) * and the difference between val and the symbol found. * * Logic change. If the task argument is non NULL and a - * matching symbol is found in a symbol table which explictly + * matching symbol is found in a symbol table which explicitly * specifies its map to be task->map, that symbol will have * precedence over any symbol from a symbol table will a null * map. This allows overlapping kernel/user maps to work correctly. diff --git a/ddb/db_task_thread.c b/ddb/db_task_thread.c index edab17e..7927e67 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) |