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
This commit is contained in:
Dan Gohman 2009-07-07 20:47:48 +00:00
parent e253c951b3
commit 18476eeb4a

View File

@ -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); }