Fix typos found by http://github.com/lyda/misspell-check
llvm-svn: 157885
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h
index 87bf070..17f036d 100644
--- a/llvm/include/llvm-c/Core.h
+++ b/llvm/include/llvm-c/Core.h
@@ -2115,7 +2115,7 @@
LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst);
/**
- * Obtain the instruction that occured before this one.
+ * Obtain the instruction that occurred before this one.
*
* If the instruction is the first instruction in a basic block, NULL
* will be returned.