summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-07-22 00:51:54 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-07-22 00:51:54 +0000
commitefee1cdc2b5ba6358dca30bf07d1fff41b1177f7 (patch)
treefe9625233edccbdd387c320742b1b3a6f4cb5adc
parent989b7efd8ac6201d37c201d5ddf7bec6966eb106 (diff)
downloadbcm5719-llvm-efee1cdc2b5ba6358dca30bf07d1fff41b1177f7.tar.gz
bcm5719-llvm-efee1cdc2b5ba6358dca30bf07d1fff41b1177f7.zip
Fix comment.
llvm-svn: 135737
-rw-r--r--lldb/test/lldbutil.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/test/lldbutil.py b/lldb/test/lldbutil.py
index 31d6638f978..39a9ed74f7a 100644
--- a/lldb/test/lldbutil.py
+++ b/lldb/test/lldbutil.py
@@ -528,9 +528,9 @@ def get_ESRs(frame):
"""
return get_registers(frame, "exception state")
-# ===============================
-# Utility functions for SBValue's
-# ===============================
+# ======================================
+# Utility classes/functions for SBValues
+# ======================================
class BasicFormatter(object):
def format(self, value, buffer=None, indent=0):
OpenPOWER on IntegriCloud