diff options
| author | Jay Foad <jay.foad@gmail.com> | 2011-04-13 12:50:47 +0000 |
|---|---|---|
| committer | Jay Foad <jay.foad@gmail.com> | 2011-04-13 12:50:47 +0000 |
| commit | 603a731de9615ae902a4cefcb026c149d8d5951d (patch) | |
| tree | cffa0d46cd4f88965ab27ecd09341472d71bf4a8 | |
| parent | 3b422a12495af3322caf02477b13b46a40c14219 (diff) | |
| download | bcm5719-llvm-603a731de9615ae902a4cefcb026c149d8d5951d.tar.gz bcm5719-llvm-603a731de9615ae902a4cefcb026c149d8d5951d.zip | |
Fix typo in comment.
llvm-svn: 129436
| -rw-r--r-- | llvm/include/llvm/ADT/ArrayRef.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/ADT/ArrayRef.h b/llvm/include/llvm/ADT/ArrayRef.h index ebddb1287eb..97e42cb2660 100644 --- a/llvm/include/llvm/ADT/ArrayRef.h +++ b/llvm/include/llvm/ADT/ArrayRef.h @@ -22,8 +22,8 @@ namespace llvm { /// /// This class does not own the underlying data, it is expected to be used in /// situations where the data resides in some other buffer, whose lifetime - /// extends past that of the StringRef. For this reason, it is not in general - /// safe to store a ArrayRef. + /// extends past that of the ArrayRef. For this reason, it is not in general + /// safe to store an ArrayRef. /// /// This is intended to be trivially copyable, so it should be passed by /// value. |

