about summary refs log tree commit diff
path: root/library/panic_unwind
diff options
context:
space:
mode:
authorjonathanCogan <jonathanecogan@gmail.com>2022-10-28 15:34:29 -0700
committerMara Bos <m-ou.se@m-ou.se>2022-12-30 14:00:40 +0100
commit72067c77bdc1e8e339b9ed378a2c0ca0a9367c4d (patch)
treed747f0dfc416d6c5d07d10c5ec964d1c08b4c3f1 /library/panic_unwind
parentf6cc345be403d481b4518e151218118c2a9eb4bb (diff)
Replace libstd, libcore, liballoc in docs.
Diffstat (limited to 'library/panic_unwind')
-rw-r--r--library/panic_unwind/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/panic_unwind/src/lib.rs b/library/panic_unwind/src/lib.rs
index 7e7180a38e2..ea3c9a7a663 100644
--- a/library/panic_unwind/src/lib.rs
+++ b/library/panic_unwind/src/lib.rs
@@ -82,11 +82,11 @@ cfg_if::cfg_if! {
 }
 
 extern "C" {
-    /// Handler in libstd called when a panic object is dropped outside of
+    /// Handler in std called when a panic object is dropped outside of
     /// `catch_unwind`.
     fn __rust_drop_panic() -> !;
 
-    /// Handler in libstd called when a foreign exception is caught.
+    /// Handler in std called when a foreign exception is caught.
     fn __rust_foreign_exception() -> !;
 }