Fix a couple of typos in comments
authorEli Bendersky <eli.bendersky@intel.com>
Fri, 10 Aug 2012 18:26:20 +0000 (18:26 +0000)
committerEli Bendersky <eli.bendersky@intel.com>
Fri, 10 Aug 2012 18:26:20 +0000 (18:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161677 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm-c/Core.h

index 23df52cabe69e564008c50cf3e4532e0f4604735..f3aaab64e818ab15ae68d5cfa2ac142b73599a8b 100644 (file)
@@ -53,7 +53,7 @@ extern "C" {
  * The declared parameter names are descriptive and specify which type is
  * required. Additionally, each type hierarchy is documented along with the
  * functions that operate upon it. For more detail, refer to LLVM's C++ code.
- * If in doubt, refer to Core.cpp, which performs paramter downcasts in the
+ * If in doubt, refer to Core.cpp, which performs parameter downcasts in the
  * form unwrap<RequiredType>(Param).
  *
  * Many exotic languages can interoperate with C code but have a harder time
@@ -106,7 +106,7 @@ typedef struct LLVMOpaqueType *LLVMTypeRef;
 typedef struct LLVMOpaqueValue *LLVMValueRef;
 
 /**
- * Represents a basic block of instruction in LLVM IR.
+ * Represents a basic block of instructions in LLVM IR.
  *
  * This models llvm::BasicBlock.
  */