[llvm] f0178d8 - [NFC][stlextras] Delete repetition of are (#101977)

via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 07:28:25 PDT 2024


Author: Andrey Timonin
Date: 2024-08-06T10:28:21-04:00
New Revision: f0178d881ce61e82b49fa63dcd023eed57c0804b

URL: https://github.com/llvm/llvm-project/commit/f0178d881ce61e82b49fa63dcd023eed57c0804b
DIFF: https://github.com/llvm/llvm-project/commit/f0178d881ce61e82b49fa63dcd023eed57c0804b.diff

LOG: [NFC][stlextras] Delete repetition of are (#101977)

Added: 
    

Modified: 
    llvm/include/llvm/ADT/STLExtras.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/ADT/STLExtras.h b/llvm/include/llvm/ADT/STLExtras.h
index 8f988d01cb2a64..3f5ea3a5275f35 100644
--- a/llvm/include/llvm/ADT/STLExtras.h
+++ b/llvm/include/llvm/ADT/STLExtras.h
@@ -2366,7 +2366,7 @@ class index_range {
   detail::index_iterator end() const { return {End}; }
 };
 
-/// Given two or more input ranges, returns a new range whose values are are
+/// Given two or more input ranges, returns a new range whose values are
 /// tuples (A, B, C, ...), such that A is the 0-based index of the item in the
 /// sequence, and B, C, ..., are the values from the original input ranges. All
 /// input ranges are required to have equal lengths. Note that the returned


        


More information about the llvm-commits mailing list