Switch ConstantVector::get to use ArrayRef instead of a pointer+size
[oota-llvm.git] / include / llvm / ADT / ArrayRef.h
index b0162553ce4ac4505d64254e70afa6248a4b655a..ce63d844de8107530a9e77b39e11d804428f5d9a 100644 (file)
@@ -17,8 +17,8 @@ namespace llvm {
   class APInt;
   
   /// ArrayRef - Represent a constant reference to an array (0 or more elements
-  /// consequtively in memory), i.e. a start pointer and a length.  It allows
-  /// various APIs to take consequtive elements easily and conveniently.
+  /// consecutively in memory), i.e. a start pointer and a length.  It allows
+  /// various APIs to take consecutive elements easily and conveniently.
   ///
   /// 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