diff options
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) |