diff options
Diffstat (limited to 'gdb/ada-tasks.c')
-rw-r--r-- | gdb/ada-tasks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ada-tasks.c b/gdb/ada-tasks.c index 01ee2fb..d050b26 100644 --- a/gdb/ada-tasks.c +++ b/gdb/ada-tasks.c @@ -266,7 +266,7 @@ struct ada_tasks_inferior_data reference it - this number is printed beside each task in the tasks info listing displayed by "info tasks". This number is equal to its index in the vector + 1. Reciprocally, to compute the index - of a task in the vector, we need to substract 1 from its number. */ + of a task in the vector, we need to subtract 1 from its number. */ std::vector<ada_task_info> task_list; }; |