about summary refs log tree commit diff
path: root/library/alloc/src
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2022-03-15 02:00:08 +0100
committerDylan DPC <dylan.dpc@gmail.com>2022-03-15 02:00:08 +0100
commit13e889986d3f37014b4f8c3e892457831cb5d03b (patch)
tree748660a2ff4ace5f16294935fed7aee3b05fe5fe /library/alloc/src
parent285fa7ecd05dcbfdaf2faaf20400f5f92b39b3c6 (diff)
downloadrust-13e889986d3f37014b4f8c3e892457831cb5d03b.tar.gz
rust-13e889986d3f37014b4f8c3e892457831cb5d03b.zip
fix typos
Diffstat (limited to 'library/alloc/src')
-rw-r--r--library/alloc/src/collections/btree/set/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/alloc/src/collections/btree/set/tests.rs b/library/alloc/src/collections/btree/set/tests.rs
index 032563e4f09..00a2a0aaa14 100644
--- a/library/alloc/src/collections/btree/set/tests.rs
+++ b/library/alloc/src/collections/btree/set/tests.rs
@@ -609,7 +609,7 @@ fn assert_send() {
 
 #[allow(dead_code)]
 // Check that the member-like functions conditionally provided by #[derive()]
-// are not overriden by genuine member functions with a different signature.
+// are not overridden by genuine member functions with a different signature.
 fn assert_derives() {
     fn hash<T: Hash, H: Hasher>(v: BTreeSet<T>, state: &mut H) {
         v.hash(state);