Editing a comment to make sure people know not to blame CFString.py for CFString summary errors

llvm-svn: 163157
This commit is contained in:
Enrico Granata 2012-09-04 19:18:17 +00:00
parent f519628a10
commit 7a204359dc
1 changed files with 2 additions and 2 deletions
lldb/examples/summaries/cocoa

View File

@ -5,8 +5,8 @@ part of The LLVM Compiler Infrastructure
This file is distributed under the University of Illinois Open Source
License. See LICENSE.TXT for details.
"""
# synthetic children and summary provider for CFString
# (and related NSString class)
# example synthetic children and summary provider for CFString (and related NSString class)
# the real code is part of the LLDB core
import lldb
import lldb.runtime.objc.objc_runtime
import lldb.formatters.Logger