Browse Source

fix style violation in ada-tasks.c comment

gdb/ChangeLog:

       * ada-tasks.c: Fix style violation in comment.
gdb_7_3-branch
Joel Brobecker 16 years ago
parent
commit
b1ce2347b7
  1. 4
      gdb/ChangeLog
  2. 2
      gdb/ada-tasks.c

4
gdb/ChangeLog

@ -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

2
gdb/ada-tasks.c

@ -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

Loading…
Cancel
Save