summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-07-21 00:50:54 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-07-21 00:50:54 +0000
commitc7ed223d2afe5868226a6ef3b8006813ab3c8620 (patch)
tree48379c224994315197e0b1d77dc5207075586800 /lldb/scripts/Python/interface
parent3a31573f312c4526e70fa77f381a091596710141 (diff)
downloadbcm5719-llvm-c7ed223d2afe5868226a6ef3b8006813ab3c8620.tar.gz
bcm5719-llvm-c7ed223d2afe5868226a6ef3b8006813ab3c8620.zip
Change docstring wording: from 'method' to 'function'.
llvm-svn: 135648
Diffstat (limited to 'lldb/scripts/Python/interface')
-rw-r--r--lldb/scripts/Python/interface/SBInstructionList.i2
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
OpenPOWER on IntegriCloud