[llvm-commits] [llvm] r74947 - /llvm/trunk/include/llvm/Instructions.h

Dan Gohman gohman at apple.com
Tue Jul 7 13:47:54 PDT 2009


Author: djg
Date: Tue Jul  7 15:47:48 2009
New Revision: 74947

URL: http://llvm.org/viewvc/llvm-project?rev=74947&view=rev
Log:
Fix a typo and a grammaro in a comment.

Modified:
    llvm/trunk/include/llvm/Instructions.h

Modified: llvm/trunk/include/llvm/Instructions.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Instructions.h?rev=74947&r1=74946&r2=74947&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Instructions.h (original)
+++ llvm/trunk/include/llvm/Instructions.h Tue Jul  7 15:47:48 2009
@@ -51,7 +51,7 @@
   ///
   bool isArrayAllocation() const;
 
-  /// getArraySize - Get the number of element allocated, for a simple
+  /// getArraySize - Get the number of elements allocated. For a simple
   /// allocation of a single element, this will return a constant 1 value.
   ///
   const Value *getArraySize() const { return getOperand(0); }





More information about the llvm-commits mailing list