public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [commit] fix style violation in ada-tasks.c comment
@ 2011-01-06 14:45 Joel Brobecker
  0 siblings, 0 replies; only message in thread
From: Joel Brobecker @ 2011-01-06 14:45 UTC (permalink / raw)
  To: gdb-patches; +Cc: Joel Brobecker

Noticed by Yao Qi (thank you!), now fixed.

gdb/ChangeLog:

       * ada-tasks.c: Fix style violation in comment.

File rebuilt on x86_64-linux.  Checked in.

---
 gdb/ChangeLog   |    4 ++++
 gdb/ada-tasks.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 42e77dc..92a8e6f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 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
 	at end of error string.
 	* solib-irix.c (irix_current_sos): Likewise.
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
-- 
1.7.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-06 14:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-06 14:45 [commit] fix style violation in ada-tasks.c comment Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).