From 015eeb8ecbf49077839bf9260437ea82b0a86ee7 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 7 Jul 2009 20:47:48 +0000 Subject: [PATCH] Fix a typo and a grammaro in a comment. llvm-svn: 74947 --- include/llvm/Instructions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }