[llvm] r258033 - Fix typo in the C API comments
Amaury Sechet via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 17 17:06:52 PST 2016
Author: deadalnix
Date: Sun Jan 17 19:06:52 2016
New Revision: 258033
URL: http://llvm.org/viewvc/llvm-project?rev=258033&view=rev
Log:
Fix typo in the C API comments
Modified:
llvm/trunk/include/llvm-c/Core.h
Modified: llvm/trunk/include/llvm-c/Core.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm-c/Core.h?rev=258033&r1=258032&r2=258033&view=diff
==============================================================================
--- llvm/trunk/include/llvm-c/Core.h (original)
+++ llvm/trunk/include/llvm-c/Core.h Sun Jan 17 19:06:52 2016
@@ -1200,7 +1200,7 @@ char *LLVMPrintValueToString(LLVMValueRe
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);
More information about the llvm-commits
mailing list