[Lldb-commits] [lldb] r134584 - in /lldb/trunk/include/lldb/Core: Module.h ModuleList.h

Jim Ingham jingham at apple.com
Wed Jul 6 19:22:51 PDT 2011


Author: jingham
Date: Wed Jul  6 21:22:51 2011
New Revision: 134584

URL: http://llvm.org/viewvc/llvm-project?rev=134584&view=rev
Log:
Typo in header doc.

Modified:
    lldb/trunk/include/lldb/Core/Module.h
    lldb/trunk/include/lldb/Core/ModuleList.h

Modified: lldb/trunk/include/lldb/Core/Module.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/Module.h?rev=134584&r1=134583&r2=134584&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/Module.h (original)
+++ lldb/trunk/include/lldb/Core/Module.h Wed Jul  6 21:22:51 2011
@@ -187,7 +187,7 @@
     /// Find functions by name.
     ///
     /// @param[in] name
-    ///     The name of the function we are looking for.
+    ///     The name of the compile unit we are looking for.
     ///
     /// @param[in] name_type_mask
     ///     A bit mask of bits that indicate what kind of names should

Modified: lldb/trunk/include/lldb/Core/ModuleList.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/ModuleList.h?rev=134584&r1=134583&r2=134584&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/ModuleList.h (original)
+++ lldb/trunk/include/lldb/Core/ModuleList.h Wed Jul  6 21:22:51 2011
@@ -146,7 +146,7 @@
     /// and returns the results in \a sc_list.
     ///
     /// @param[in] path
-    ///     The name of the function we are looking for.
+    ///     The name of the compile unit we are looking for.
     ///
     /// @param[in] append
     ///     If \b true, then append any compile units that were found





More information about the lldb-commits mailing list