fix style violation in ada-tasks.c comment

gdb/ChangeLog:

       * ada-tasks.c: Fix style violation in comment.
This commit is contained in:
Joel Brobecker 2011-01-06 14:43:37 +00:00
parent 639e30d297
commit b1ce2347b7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-01-06 Joel Brobecker <brobecker@adacore.com>
* ada-tasks.c: Fix style violation in comment.
2011-01-06 Joel Brobecker <brobecker@adacore.com>
* linespec.c (decode_compound, find_method): Remove trailing \n

View File

@ -29,7 +29,7 @@
Block of each task is stored. */
#define KNOWN_TASKS_NAME "system__tasking__debug__known_tasks"
/* The maximum number of tasks known to the Ada runtime */
/* The maximum number of tasks known to the Ada runtime. */
static const int MAX_NUMBER_OF_KNOWN_TASKS = 1000;
enum task_states