diff options
| -rw-r--r-- | lldb/scripts/Python/interface/SBInstructionList.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/Python/interface/SBInstructionList.i b/lldb/scripts/Python/interface/SBInstructionList.i index 5aa93483f46..488bbc81676 100644 --- a/lldb/scripts/Python/interface/SBInstructionList.i +++ b/lldb/scripts/Python/interface/SBInstructionList.i @@ -22,7 +22,7 @@ def disassemble_instructions (insts): for i in insts: print i -defines a method which takes an SBInstructionList instance and prints out +defines a function which takes an SBInstructionList instance and prints out the machine instructions in assembly format." ) SBInstructionList; class SBInstructionList |

