Fix typos found by http://github.com/lyda/misspell-check
[oota-llvm.git] / include / llvm-c / Core.h
index 87bf070a051fcaa678f75265312b97067899f79b..17f036d613bf59955091e4bbbfbb87177ac9074b 100644 (file)
@@ -2115,7 +2115,7 @@ LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst);
 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.