diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-07 22:41:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-07 22:41:29 +0000 |
commit | f88c856a471dd838607293f66b533374d7637fd1 (patch) | |
tree | 5bcff78521cf636e1c398525827143355a4183cb /include/llvm/Support/ErrorHandling.h | |
parent | 00d139064e525221fdf0ff00d001ce8b584d69d6 (diff) |
minor tidying up
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100702 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/ErrorHandling.h')
-rw-r--r-- | include/llvm/Support/ErrorHandling.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/ErrorHandling.h b/include/llvm/Support/ErrorHandling.h index 4d24ada48e..2232578016 100644 --- a/include/llvm/Support/ErrorHandling.h +++ b/include/llvm/Support/ErrorHandling.h @@ -25,7 +25,7 @@ namespace llvm { typedef void (*llvm_error_handler_t)(void *user_data, const std::string& reason); - /// llvm_instal_error_handler - Installs a new error handler to be used + /// llvm_install_error_handler - Installs a new error handler to be used /// whenever a serious (non-recoverable) error is encountered by LLVM. /// /// If you are using llvm_start_multithreaded, you should register the handler |