From 33a5a6f04c15d4a5360badc4f29112fbe55379ef Mon Sep 17 00:00:00 2001 From: Amaury Sechet Date: Mon, 18 Jan 2016 01:06:52 +0000 Subject: [PATCH] Fix typo in the C API comments git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258033 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm-c/Core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0