commit | 1c395077726d5ba6e205ca478df6d24da9fe737e | [log] [tgz] |
---|---|---|
author | Amaury Sechet <deadalnix@gmail.com> | Mon Jan 18 01:06:52 2016 +0000 |
committer | Amaury Sechet <deadalnix@gmail.com> | Mon Jan 18 01:06:52 2016 +0000 |
tree | 7afe2833069d76c01924998314f352cf1d9ce87a | |
parent | 133f1539362dc8841e1260936b64fe6ffa7f8004 [diff] [blame] |
Fix typo in the C API comments llvm-svn: 258033
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index c8fda15..6899f07 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/include/llvm-c/Core.h
@@ -1200,7 +1200,7 @@ 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);