diff options
author | Amaury Sechet <deadalnix@gmail.com> | 2016-01-18 01:06:52 +0000 |
---|---|---|
committer | Amaury Sechet <deadalnix@gmail.com> | 2016-01-18 01:06:52 +0000 |
commit | 1c395077726d5ba6e205ca478df6d24da9fe737e (patch) | |
tree | 7afe2833069d76c01924998314f352cf1d9ce87a | |
parent | 133f1539362dc8841e1260936b64fe6ffa7f8004 (diff) | |
download | bcm5719-llvm-1c395077726d5ba6e205ca478df6d24da9fe737e.tar.gz bcm5719-llvm-1c395077726d5ba6e205ca478df6d24da9fe737e.zip |
Fix typo in the C API comments
llvm-svn: 258033
-rw-r--r-- | llvm/include/llvm-c/Core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index c8fda15c5ed..6899f07696d 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/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); |