diff options
author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-26 08:15:29 +0000 |
---|---|---|
committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-26 08:15:29 +0000 |
commit | 0909ca132fcd836df843aa1ed1585bb0c15c5520 (patch) | |
tree | ae17385953adb263665e8e7fbf50177b4b5a64b1 /llvm/include/llvm-c | |
parent | 056d835fa4b6e9fba3e7c068ded83c3dce7975cb (diff) | |
download | bcm5719-llvm-0909ca132fcd836df843aa1ed1585bb0c15c5520.tar.gz bcm5719-llvm-0909ca132fcd836df843aa1ed1585bb0c15c5520.zip |
[NFC] fix trivial typos in comments and documents
"in in" -> "in", "on on" -> "on" etc.
llvm-svn: 323508
Diffstat (limited to 'llvm/include/llvm-c')
-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 8238c09f9dd..f711bea2183 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/include/llvm-c/Core.h @@ -3186,7 +3186,7 @@ LLVMBool LLVMInitializeFunctionPassManager(LLVMPassManagerRef FPM); @see llvm::FunctionPassManager::run(Function&) */ LLVMBool LLVMRunFunctionPassManager(LLVMPassManagerRef FPM, LLVMValueRef F); -/** Finalizes all of the function passes scheduled in in the function pass +/** Finalizes all of the function passes scheduled in the function pass manager. Returns 1 if any of the passes modified the module, 0 otherwise. @see llvm::FunctionPassManager::doFinalization */ LLVMBool LLVMFinalizeFunctionPassManager(LLVMPassManagerRef FPM); |