about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-10-22 00:14:00 +0200
committerGitHub <noreply@github.com>2022-10-22 00:14:00 +0200
commit7ee0aeacaffb3dc259a9e93a752345cf6ce35a1e (patch)
treec642f846e3acf8dfc6a7764d538fed33f7b25660 /compiler/rustc_data_structures/src
parente67f09ac799e4a6e4e90147d62c94c9ddcc94197 (diff)
parent62a2a1d257e6776bcd669ca5dd7a2c7a30017ce2 (diff)
downloadrust-7ee0aeacaffb3dc259a9e93a752345cf6ce35a1e.tar.gz
rust-7ee0aeacaffb3dc259a9e93a752345cf6ce35a1e.zip
Rollup merge of #103339 - Rageking8:fix-some-typos, r=fee1-dead
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)]