[Lldb-commits] [lldb] r135648 - /lldb/trunk/scripts/Python/interface/SBInstructionList.i
Johnny Chen
johnny.chen at apple.com
Wed Jul 20 17:50:55 PDT 2011
Author: johnny
Date: Wed Jul 20 19:50:54 2011
New Revision: 135648
URL: http://llvm.org/viewvc/llvm-project?rev=135648&view=rev
Log:
Change docstring wording: from 'method' to 'function'.
Modified:
lldb/trunk/scripts/Python/interface/SBInstructionList.i
Modified: lldb/trunk/scripts/Python/interface/SBInstructionList.i
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/Python/interface/SBInstructionList.i?rev=135648&r1=135647&r2=135648&view=diff
==============================================================================
--- lldb/trunk/scripts/Python/interface/SBInstructionList.i (original)
+++ lldb/trunk/scripts/Python/interface/SBInstructionList.i Wed Jul 20 19:50:54 2011
@@ -22,7 +22,7 @@
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
More information about the lldb-commits
mailing list