python: fix Linetable case to LineTable in docstrings and comments
authorCiro Santilli <ciro.santilli@gmail.com>
Tue, 4 Aug 2015 16:03:15 +0000 (09:03 -0700)
committerJoel Brobecker <brobecker@adacore.com>
Tue, 4 Aug 2015 16:50:53 +0000 (09:50 -0700)
commit4efd80aa8a99adbb38d0719ba56b07c9970793b5
treefc1c126bc3f82c5301ae9b4b9199b888b2f3d690
parent7e27a9d5f22f9f7ead11738b1546d0b5c737266b
python: fix Linetable case to LineTable in docstrings and comments

The class is called LineTable, not Linetable, as specified by
py-linetable.c/gdbpy_initialize_linetable:

    if (gdb_pymodule_addobject (gdb_module, "LineTable",

gdb/ChangeLog:

        * python/py-linetable.c: Fix case of Linetable to LineTable
        in docstrings and code comments.
        * python/py-symtab.c: Same.
gdb/ChangeLog
gdb/python/py-linetable.c
gdb/python/py-symtab.c
This page took 0.033078 seconds and 4 git commands to generate.