diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-04-04 11:54:48 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-04-04 11:54:48 +0000 |
commit | e4a77057a3cee509f87af0893cd5705d70339194 (patch) | |
tree | 75774ecca76dc1a37b0a33fe59bbfaf4df93cbd7 /llvm/include/llvm-c/Core.h | |
parent | 0d9b7bc9ad0b620dde5020cb046dcdd5c437a4b8 (diff) | |
download | bcm5719-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.h | 2 |
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); |