summaryrefslogtreecommitdiff
path: root/include/llvm-c
diff options
context:
space:
mode:
authorEli Bendersky <eli.bendersky@intel.com>2012-08-10 18:26:20 +0000
committerEli Bendersky <eli.bendersky@intel.com>2012-08-10 18:26:20 +0000
commitdadace036efe0304d6aee5c00fb9a9c594bde268 (patch)
tree5ed5788db5df470120daadf3c6e8d5d5037bfe13 /include/llvm-c
parentf433e800a7fc3a760cbb4264f578e88df02074c6 (diff)
downloadllvm-dadace036efe0304d6aee5c00fb9a9c594bde268.tar.gz
llvm-dadace036efe0304d6aee5c00fb9a9c594bde268.tar.bz2
llvm-dadace036efe0304d6aee5c00fb9a9c594bde268.tar.xz
Fix a couple of typos in comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161677 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c')
-rw-r--r--include/llvm-c/Core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h
index 23df52cabe..f3aaab64e8 100644
--- a/include/llvm-c/Core.h
+++ b/include/llvm-c/Core.h
@@ -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.
*/