Fixup r265277 [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 4 Apr 2016 11:54:48 +0000 (11:54 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 4 Apr 2016 11:54:48 +0000 (11:54 +0000)
llvm-svn: 265290

llvm/include/llvm-c/Core.h

index c330563..1207f81 100644 (file)
@@ -2057,7 +2057,7 @@ LLVMValueRef LLVMMDNode(LLVMValueRef *Vals, unsigned Count);
  * 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);