summaryrefslogtreecommitdiffstats
path: root/src/test/ui/iterators/issue-58952-filter-type-length.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/iterators/issue-58952-filter-type-length.rs')
-rw-r--r--src/test/ui/iterators/issue-58952-filter-type-length.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/iterators/issue-58952-filter-type-length.rs b/src/test/ui/iterators/issue-58952-filter-type-length.rs
index ffbe89a14..6d12db8d1 100644
--- a/src/test/ui/iterators/issue-58952-filter-type-length.rs
+++ b/src/test/ui/iterators/issue-58952-filter-type-length.rs
@@ -1,6 +1,6 @@
// run-pass
//! This snippet causes the type length to blowup exponentially,
-//! so check that we don't accidentially exceed the type length limit.
+//! so check that we don't accidentally exceed the type length limit.
// FIXME: Once the size of iterator adaptors is further reduced,
// increase the complexity of this test.
use std::collections::VecDeque;