diff options
author | Dan Gohman <gohman@apple.com> | 2009-07-07 20:47:48 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-07-07 20:47:48 +0000 |
commit | ae1f4bd7bad92b8becbe6115cd12db4a4602fa21 (patch) | |
tree | 85d99f1cd55d03d56066c16e9820ba7be56186cb /include/llvm/Instructions.h | |
parent | 0313767db7f8c70bf43fbebc44ba69cd907fa1fc (diff) | |
download | external_llvm-ae1f4bd7bad92b8becbe6115cd12db4a4602fa21.zip external_llvm-ae1f4bd7bad92b8becbe6115cd12db4a4602fa21.tar.gz external_llvm-ae1f4bd7bad92b8becbe6115cd12db4a4602fa21.tar.bz2 |
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
Diffstat (limited to 'include/llvm/Instructions.h')
-rw-r--r-- | include/llvm/Instructions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Instructions.h b/include/llvm/Instructions.h index 59ae610..4419fbd 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); } |