mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 20:32:21 +08:00
fix style violation in ada-tasks.c comment
gdb/ChangeLog: * ada-tasks.c: Fix style violation in comment.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user