[Lldb-commits] [lldb] r112725 - /lldb/trunk/include/lldb/Expression/IRForTarget.h

Sean Callanan scallanan at apple.com
Wed Sep 1 12:04:01 PDT 2010


Author: spyffe
Date: Wed Sep  1 14:04:01 2010
New Revision: 112725

URL: http://llvm.org/viewvc/llvm-project?rev=112725&view=rev
Log:
Fixed a comment.

Modified:
    lldb/trunk/include/lldb/Expression/IRForTarget.h

Modified: lldb/trunk/include/lldb/Expression/IRForTarget.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/IRForTarget.h?rev=112725&r1=112724&r2=112725&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/IRForTarget.h (original)
+++ lldb/trunk/include/lldb/Expression/IRForTarget.h Wed Sep  1 14:04:01 2010
@@ -131,8 +131,8 @@
     /// @param[in] selector_load
     ///     The load of the statically-allocated selector.
     ///
-    /// @param[in] BB
-    ///     The basic block currently being processed.
+    /// @param[in] M
+    ///     The module containing the load.
     ///
     /// @return
     ///     True on success; false otherwise





More information about the lldb-commits mailing list