From: Amaury Sechet Date: Mon, 18 Jan 2016 01:06:52 +0000 (+0000) Subject: Fix typo in the C API comments X-Git-Tag: android-x86-7.1-r4~38954 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=33a5a6f04c15d4a5360badc4f29112fbe55379ef;p=android-x86%2Fexternal-llvm.git Fix typo in the C API comments git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258033 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index c8fda15c5ed..6899f07696d 100644 --- a/include/llvm-c/Core.h +++ b/include/llvm-c/Core.h @@ -1200,7 +1200,7 @@ char *LLVMPrintValueToString(LLVMValueRef Val); void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal); /** - * Determine whether the specified constant instance is constant. + * Determine whether the specified value instance is constant. */ LLVMBool LLVMIsConstant(LLVMValueRef Val);