]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_typeck/check/method/confirm.rs
Merge pull request #20674 from jbcrail/fix-misspelled-comments
[rust.git] / src / librustc_typeck / check / method / confirm.rs
index 2471bc85bc9380df50fd30c1d5a27b5bd2ea60f2..cd27c20db45b45583bf903737cccf8d5c1e4807d 100644 (file)
@@ -122,7 +122,7 @@ fn confirm(&mut self,
 
         // If this is an `&mut self` method, bias the receiver
         // expression towards mutability (this will switch
-        // e.g. `Deref` to `DerefMut` in oveloaded derefs and so on).
+        // e.g. `Deref` to `DerefMut` in overloaded derefs and so on).
         self.fixup_derefs_on_method_receiver_if_necessary(&callee);
 
         callee