diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-07-22 00:51:54 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-07-22 00:51:54 +0000 |
commit | efee1cdc2b5ba6358dca30bf07d1fff41b1177f7 (patch) | |
tree | fe9625233edccbdd387c320742b1b3a6f4cb5adc | |
parent | 989b7efd8ac6201d37c201d5ddf7bec6966eb106 (diff) | |
download | bcm5719-llvm-efee1cdc2b5ba6358dca30bf07d1fff41b1177f7.tar.gz bcm5719-llvm-efee1cdc2b5ba6358dca30bf07d1fff41b1177f7.zip |
Fix comment.
llvm-svn: 135737
-rw-r--r-- | lldb/test/lldbutil.py | 6 |
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): |