From: Dan Gohman Date: Tue, 7 Jul 2009 20:47:48 +0000 (+0000) Subject: Fix a typo and a grammaro in a comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=18476eeb4a45435dcbf985d6f360da8ef4bc061c;p=oota-llvm.git Fix a typo and a grammaro in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74947 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Instructions.h b/include/llvm/Instructions.h index 59ae6100d2c..4419fbd6a9d 100644 --- a/include/llvm/Instructions.h +++ b/include/llvm/Instructions.h @@ -51,7 +51,7 @@ public: /// 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); }