From b1ce2347b71c4087061d2f5b88a4c3b8e60dcbdc Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Thu, 6 Jan 2011 14:43:37 +0000 Subject: [PATCH] fix style violation in ada-tasks.c comment gdb/ChangeLog: * ada-tasks.c: Fix style violation in comment. --- gdb/ChangeLog | 4 ++++ gdb/ada-tasks.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 42e77dc525..92a8e6f1bd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-01-06 Joel Brobecker + + * ada-tasks.c: Fix style violation in comment. + 2011-01-06 Joel Brobecker * linespec.c (decode_compound, find_method): Remove trailing \n diff --git a/gdb/ada-tasks.c b/gdb/ada-tasks.c index 325292091e..33a1760111 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