summaryrefslogtreecommitdiffstats
path: root/tools/gdb/python/helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gdb/python/helper.py')
-rw-r--r--tools/gdb/python/helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gdb/python/helper.py b/tools/gdb/python/helper.py
index ec17400..c9c9a42 100644
--- a/tools/gdb/python/helper.py
+++ b/tools/gdb/python/helper.py
@@ -1,7 +1,7 @@
#
# RTEMS GDB support helper routins.
-def tasks_printer_rotuine(wait_queue):
+def tasks_printer_routine(wait_queue):
tasks = wait_queue.tasks()
print ' Queue: len = %d, state = %s' % (len(tasks),wait_queue.state())
for t in range(0, len(tasks)):