about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRémy Rakic <remy.rakic+github@gmail.com>2025-07-19 15:17:04 +0000
committerRémy Rakic <remy.rakic+github@gmail.com>2025-07-19 15:17:04 +0000
commit4ef92bec5abae8cce07e587bdd6f116cfa065873 (patch)
tree33b7ee62568371ea081d6ad00639058b356d4cb9
parent12865ffd0dfb4ea969e2f16eb0140238bb9dd382 (diff)
downloadrust-4ef92bec5abae8cce07e587bdd6f116cfa065873.tar.gz
rust-4ef92bec5abae8cce07e587bdd6f116cfa065873.zip
fix load-bearing typo
-rw-r--r--library/coretests/tests/iter/adapters/zip.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/coretests/tests/iter/adapters/zip.rs b/library/coretests/tests/iter/adapters/zip.rs
index 83279380175..063e226a61c 100644
--- a/library/coretests/tests/iter/adapters/zip.rs
+++ b/library/coretests/tests/iter/adapters/zip.rs
@@ -273,7 +273,7 @@ fn test_double_ended_zip() {
 
 #[test]
 #[cfg(panic = "unwind")]
-/// Regresion test for #137255
+/// Regression test for #137255
 /// A previous implementation of Zip TrustedRandomAccess specializations tried to do a lot of work
 /// to preserve side-effects of equalizing the iterator lengths during backwards iteration.
 /// This lead to several cases of unsoundness, twice due to being left in an inconsistent state