summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDhananjay Balan <mb.dhananjay@gmail.com>2013-07-16 18:17:03 +0530
committerChris Johns <chrisj@rtems.org>2014-08-25 09:52:40 +1000
commit591fbf65d31d167dcab31138fc5b4da0ad5b40e6 (patch)
tree3504109f75b7769d651808216aa09c3cf6d219b6
parentRefactoring (diff)
downloadrtems-tools-591fbf65d31d167dcab31138fc5b4da0ad5b40e6.tar.bz2
Fix typo: Global timer control object name.
-rw-r--r--tools/gdb/python/objects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gdb/python/objects.py b/tools/gdb/python/objects.py
index 23ea7be..c433039 100644
--- a/tools/gdb/python/objects.py
+++ b/tools/gdb/python/objects.py
@@ -14,7 +14,7 @@ class infotables:
tables_types = {
'classic/tasks' : ('Thread_Control', '_RTEMS_tasks_Information'),
- 'classic/timers' : ('Timer_Control', '_Timers_Information'),
+ 'classic/timers' : ('Timer_Control', '_Timer_Information'),
'classic/semaphores' : ('Semaphore_Control', '_Semaphore_Information'),
'classic/message_queues' : ('Message_queue_Control', '_Message_queue_Information'),
'classic/partitions' : ('Partition_Control', '_Partition_Information'),