[llvm] r324815 - Fix Wdocumentation warning. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 10 07:14:00 PST 2018


Author: rksimon
Date: Sat Feb 10 07:14:00 2018
New Revision: 324815

URL: http://llvm.org/viewvc/llvm-project?rev=324815&view=rev
Log:
Fix Wdocumentation warning. NFCI.

Modified:
    llvm/trunk/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h

Modified: llvm/trunk/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h?rev=324815&r1=324814&r2=324815&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h (original)
+++ llvm/trunk/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h Sat Feb 10 07:14:00 2018
@@ -59,7 +59,7 @@ public:
   /// @brief Get the address of the given symbol in the context of the set of
   ///        objects represented by the VModuleKey K. This call is forwarded to
   ///        the base layer's implementation.
-  /// @param H The handle for the object set to search in.
+  /// @param K The VModuleKey associated with the object set to search in.
   /// @param Name The name of the symbol to search for.
   /// @param ExportedSymbolsOnly If true, search only for exported symbols.
   /// @return A handle for the given named symbol, if it is found in the




More information about the llvm-commits mailing list