1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Fix a typo and a grammaro in a comment.

llvm-svn: 74947
This commit is contained in:
Dan Gohman 2009-07-07 20:47:48 +00:00
parent 393e38e44b
commit 015eeb8ecb

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