[Lldb-commits] [lldb] r134623 - /lldb/trunk/include/lldb/API/SBDebugger.h

Johnny Chen johnny.chen at apple.com
Thu Jul 7 11:50:45 PDT 2011


Author: johnny
Date: Thu Jul  7 13:50:45 2011
New Revision: 134623

URL: http://llvm.org/viewvc/llvm-project?rev=134623&view=rev
Log:
Fix wording in docstring.

Modified:
    lldb/trunk/include/lldb/API/SBDebugger.h

Modified: lldb/trunk/include/lldb/API/SBDebugger.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/API/SBDebugger.h?rev=134623&r1=134622&r2=134623&view=diff
==============================================================================
--- lldb/trunk/include/lldb/API/SBDebugger.h (original)
+++ lldb/trunk/include/lldb/API/SBDebugger.h Thu Jul  7 13:50:45 2011
@@ -20,7 +20,7 @@
 "SBDebugger is the primordial object that creates SBTargets and provides
 access to them.  It also manages the overall debugging experiences.
 
-For example (in example/disasm.py),
+For example (from example/disasm.py),
 
 import lldb
 import os





More information about the lldb-commits mailing list