From e4a77057a3cee509f87af0893cd5705d70339194 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 4 Apr 2016 11:54:48 +0000 Subject: [PATCH] Fixup r265277 [-Wdocumentation] llvm-svn: 265290 --- llvm/include/llvm-c/Core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index c330563fe15f..1207f819c773 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/include/llvm-c/Core.h @@ -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);