diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-01-06 14:43:37 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-01-06 14:43:37 +0000 |
commit | b1ce2347b71c4087061d2f5b88a4c3b8e60dcbdc (patch) | |
tree | 43bbd33fa83d528aceb6adac9d2c0a9bf078b3bf /gdb/ada-tasks.c | |
parent | 639e30d29765fab6d78246ce4bb0d7a0f893d85d (diff) | |
download | gdb-b1ce2347b71c4087061d2f5b88a4c3b8e60dcbdc.zip gdb-b1ce2347b71c4087061d2f5b88a4c3b8e60dcbdc.tar.gz gdb-b1ce2347b71c4087061d2f5b88a4c3b8e60dcbdc.tar.bz2 |
fix style violation in ada-tasks.c comment
gdb/ChangeLog:
* ada-tasks.c: Fix style violation in comment.
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 3252920..33a1760 100644 --- a/gdb/ada-tasks.c +++ b/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 |