about summary refs log tree commit diff
path: root/library/core/src/panic.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/core/src/panic.rs')
-rw-r--r--library/core/src/panic.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/panic.rs b/library/core/src/panic.rs
index 0be3f06ff6c..00b63dfbd06 100644
--- a/library/core/src/panic.rs
+++ b/library/core/src/panic.rs
@@ -68,7 +68,7 @@ pub macro unreachable_2015 {
         $crate::panicking::panic("internal error: entered unreachable code")
     ),
     // Use of `unreachable_display` for non_fmt_panic lint.
-    // NOTE: the message ("internal error ...") is embeded directly in unreachable_display
+    // NOTE: the message ("internal error ...") is embedded directly in unreachable_display
     ($msg:expr $(,)?) => (
         $crate::panicking::unreachable_display(&$msg)
     ),