summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/Core.h
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-04-04 11:54:48 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-04-04 11:54:48 +0000
commite4a77057a3cee509f87af0893cd5705d70339194 (patch)
tree75774ecca76dc1a37b0a33fe59bbfaf4df93cbd7 /llvm/include/llvm-c/Core.h
parent0d9b7bc9ad0b620dde5020cb046dcdd5c437a4b8 (diff)
downloadbcm5719-llvm-e4a77057a3cee509f87af0893cd5705d70339194.tar.gz
bcm5719-llvm-e4a77057a3cee509f87af0893cd5705d70339194.zip
Fixup r265277 [-Wdocumentation]
llvm-svn: 265290
Diffstat (limited to 'llvm/include/llvm-c/Core.h')
-rw-r--r--llvm/include/llvm-c/Core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h
index c330563fe15..1207f819c77 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);
OpenPOWER on IntegriCloud