fix style violation in ada-tasks.c comment
authorJoel Brobecker <brobecker@gnat.com>
Thu, 6 Jan 2011 14:43:37 +0000 (14:43 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 6 Jan 2011 14:43:37 +0000 (14:43 +0000)
gdb/ChangeLog:

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

gdb/ChangeLog
gdb/ada-tasks.c

index 42e77dc525d99f14ded386ebf8d85590a8525ee2..92a8e6f1bd03746e13ef8e5b9fd7fdc9d0246a65 100644 (file)
@@ -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
index 325292091e8a1f41d135ef1e0a4ef37bd58e2fe0..33a17601110c8b7893d5d9d98f64e67871025a63 100644 (file)
@@ -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
This page took 0.02942 seconds and 4 git commands to generate.