[llvm] r265290 - Fixup r265277 [-Wdocumentation]
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 4 04:54:49 PDT 2016
Author: chapuni
Date: Mon Apr 4 06:54:48 2016
New Revision: 265290
URL: http://llvm.org/viewvc/llvm-project?rev=265290&view=rev
Log:
Fixup r265277 [-Wdocumentation]
Modified:
llvm/trunk/include/llvm-c/Core.h
Modified: llvm/trunk/include/llvm-c/Core.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm-c/Core.h?rev=265290&r1=265289&r2=265290&view=diff
==============================================================================
--- llvm/trunk/include/llvm-c/Core.h (original)
+++ llvm/trunk/include/llvm-c/Core.h Mon Apr 4 06:54:48 2016
@@ -2057,7 +2057,7 @@ LLVMValueRef LLVMMDNode(LLVMValueRef *Va
* Obtain the underlying string from a MDString value.
*
* @param V Instance to obtain string from.
- * @param Len Memory address which will hold length of returned string.
+ * @param Length Memory address which will hold length of returned string.
* @return String data in MDString.
*/
const char *LLVMGetMDString(LLVMValueRef V, unsigned *Length);
More information about the llvm-commits
mailing list