OSDN Git Service

Fix typo in the C API comments
authorAmaury Sechet <deadalnix@gmail.com>
Mon, 18 Jan 2016 01:06:52 +0000 (01:06 +0000)
committerAmaury Sechet <deadalnix@gmail.com>
Mon, 18 Jan 2016 01:06:52 +0000 (01:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258033 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm-c/Core.h

index c8fda15..6899f07 100644 (file)
@@ -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);