]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_middle/src/macros.rs
New upstream version 1.70.0+dfsg1
[rustc.git] / compiler / rustc_middle / src / macros.rs
index a8d71ce030c2a230f61dd33848a496b4e5c78201..89014f62d4d69ff4ef05659f5ac07b8756117559 100644 (file)
@@ -1,6 +1,6 @@
 /// A macro for triggering an ICE.
 /// Calling `bug` instead of panicking will result in a nicer error message and should
-/// therefore be prefered over `panic`/`unreachable` or others.
+/// therefore be preferred over `panic`/`unreachable` or others.
 ///
 /// If you have a span available, you should use [`span_bug`] instead.
 ///