Skip to content

Commit f0178d8

Browse files
authored
[NFC][stlextras] Delete repetition of are (#101977)
1 parent a4837fe commit f0178d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ADT/STLExtras.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2366,7 +2366,7 @@ class index_range {
23662366
detail::index_iterator end() const { return {End}; }
23672367
};
23682368

2369-
/// Given two or more input ranges, returns a new range whose values are are
2369+
/// Given two or more input ranges, returns a new range whose values are
23702370
/// tuples (A, B, C, ...), such that A is the 0-based index of the item in the
23712371
/// sequence, and B, C, ..., are the values from the original input ranges. All
23722372
/// input ranges are required to have equal lengths. Note that the returned

0 commit comments

Comments
 (0)