diff options
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 |