Fix comment.

llvm-svn: 135737
This commit is contained in:
Johnny Chen 2011-07-22 00:51:54 +00:00
parent 989b7efd8a
commit efee1cdc2b
1 changed files with 3 additions and 3 deletions

View File

@ -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):