aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm-c/IRReader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm-c/IRReader.h')
-rw-r--r--include/llvm-c/IRReader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm-c/IRReader.h b/include/llvm-c/IRReader.h
index d0a23be..5001afb 100644
--- a/include/llvm-c/IRReader.h
+++ b/include/llvm-c/IRReader.h
@@ -24,7 +24,7 @@ extern "C" {
* Read LLVM IR from a memory buffer and convert it into an in-memory Module
* object. Returns 0 on success.
* Optionally returns a human-readable description of any errors that
- * occured during parsing IR. OutMessage must be disposed with
+ * occurred during parsing IR. OutMessage must be disposed with
* LLVMDisposeMessage.
*
* @see llvm::ParseIR()