[llvm-commits] [llvm] r161677 - /llvm/trunk/include/llvm-c/Core.h

Eli Bendersky eli.bendersky at intel.com
Fri Aug 10 11:26:21 PDT 2012


Author: eliben
Date: Fri Aug 10 13:26:20 2012
New Revision: 161677

URL: http://llvm.org/viewvc/llvm-project?rev=161677&view=rev
Log:
Fix a couple of typos in comments

Modified:
    llvm/trunk/include/llvm-c/Core.h

Modified: llvm/trunk/include/llvm-c/Core.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm-c/Core.h?rev=161677&r1=161676&r2=161677&view=diff
==============================================================================
--- llvm/trunk/include/llvm-c/Core.h (original)
+++ llvm/trunk/include/llvm-c/Core.h Fri Aug 10 13:26:20 2012
@@ -53,7 +53,7 @@
  * 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 LLVMOpaqueValue *LLVMValueRef;
 
 /**
- * Represents a basic block of instruction in LLVM IR.
+ * Represents a basic block of instructions in LLVM IR.
  *
  * This models llvm::BasicBlock.
  */





More information about the llvm-commits mailing list