about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src
diff options
context:
space:
mode:
authorRageking8 <tomleetyt@gmail.com>2022-10-21 17:40:36 +0800
committerRageking8 <tomleetyt@gmail.com>2022-10-21 18:04:00 +0800
commit62a2a1d257e6776bcd669ca5dd7a2c7a30017ce2 (patch)
tree0cc0e9683328f6376ca02593f2414b2b791a3f40 /compiler/rustc_data_structures/src
parentb1ab3b738ac718da74cd4aa0bb7f362d0adbdf84 (diff)
downloadrust-62a2a1d257e6776bcd669ca5dd7a2c7a30017ce2.tar.gz
rust-62a2a1d257e6776bcd669ca5dd7a2c7a30017ce2.zip
fix some typos
Diffstat (limited to 'compiler/rustc_data_structures/src')
-rw-r--r--compiler/rustc_data_structures/src/sso/set.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/sso/set.rs b/compiler/rustc_data_structures/src/sso/set.rs
index 4fda3adb7b8..406f0270dcc 100644
--- a/compiler/rustc_data_structures/src/sso/set.rs
+++ b/compiler/rustc_data_structures/src/sso/set.rs
@@ -27,7 +27,7 @@ pub struct SsoHashSet<T> {
     map: SsoHashMap<T, ()>,
 }
 
-/// Adapter function used ot return
+/// Adapter function used to return
 /// result if SsoHashMap functions into
 /// result SsoHashSet should return.
 #[inline(always)]