[Lldb-commits] [lldb] r131072 - /lldb/trunk/test/lldbutil.py
Johnny Chen
johnny.chen at apple.com
Sun May 8 11:55:37 PDT 2011
Author: johnny
Date: Sun May 8 13:55:37 2011
New Revision: 131072
URL: http://llvm.org/viewvc/llvm-project?rev=131072&view=rev
Log:
Fix docstring.
Modified:
lldb/trunk/test/lldbutil.py
Modified: lldb/trunk/test/lldbutil.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lldbutil.py?rev=131072&r1=131071&r2=131072&view=diff
==============================================================================
--- lldb/trunk/test/lldbutil.py (original)
+++ lldb/trunk/test/lldbutil.py Sun May 8 13:55:37 2011
@@ -410,7 +410,7 @@
# ===================================
def print_registers(frame, string_buffer = False):
- """Prints the all the register sets of the frame."""
+ """Prints all the register sets of the frame."""
output = StringIO.StringIO() if string_buffer else sys.stdout
More information about the lldb-commits
mailing list