about summary refs log tree commit diff
path: root/compiler/rustc_errors/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-04-20 00:16:45 +0000
committerbors <bors@rust-lang.org>2021-04-20 00:16:45 +0000
commite888a57da83fca78d6e64af0a347d06d9161affe (patch)
tree856acce58191c92f9690379fdbf7731f0b2316ba /compiler/rustc_errors/src
parent9d9c2c92b834c430f102ea96f65119e37320776e (diff)
parentf43ee8ebf696eec5a8a844629e4f7e910f9f0afd (diff)
downloadrust-e888a57da83fca78d6e64af0a347d06d9161affe.tar.gz
rust-e888a57da83fca78d6e64af0a347d06d9161affe.zip
Auto merge of #84334 - klensy:typo-compiler, r=jyn514
fix few typos in comments
Diffstat (limited to 'compiler/rustc_errors/src')
-rw-r--r--compiler/rustc_errors/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs
index 0d1f55a6b00..f1a31f0d4f5 100644
--- a/compiler/rustc_errors/src/lib.rs
+++ b/compiler/rustc_errors/src/lib.rs
@@ -321,7 +321,7 @@ struct HandlerInner {
 
     /// This set contains the `DiagnosticId` of all emitted diagnostics to avoid
     /// emitting the same diagnostic with extended help (`--teach`) twice, which
-    /// would be uneccessary repetition.
+    /// would be unnecessary repetition.
     taught_diagnostics: FxHashSet<DiagnosticId>,
 
     /// Used to suggest rustc --explain <error code>