Fix typos:
...
gdb/python/lib/gdb/disassembler.py:84: dissables ==> disables
gdb/python/lib/gdb/command/xmethods.py:40: experession ==> expression
...
Returns:
A 3-tuple: (<locus matching regular expression>,
<matcher matching regular expression>,
- <name matching regular experession>)
+ <name matching regular expression>)
"""
argv = gdb.string_to_argv(arg)
argc = len(argv)
# Call the private _set_enabled function within the
# _gdb.disassembler module. This function sets a global flag
- # within GDB's C++ code that enables or dissables the Python
+ # within GDB's C++ code that enables or disables the Python
# disassembler functionality, this improves performance of the
# disassembler by avoiding unneeded calls into Python when we know
# that no disassemblers are registered.