From db94dbc597ac91cd5d16e898fa9081c09c879123 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Wed, 9 Feb 2022 14:00:43 +0000 Subject: Fix comment on the SEH personality function --- library/panic_unwind/src/seh.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library/panic_unwind/src') diff --git a/library/panic_unwind/src/seh.rs b/library/panic_unwind/src/seh.rs index 9f1eb411ff6..aa7096b1157 100644 --- a/library/panic_unwind/src/seh.rs +++ b/library/panic_unwind/src/seh.rs @@ -325,8 +325,8 @@ pub unsafe fn cleanup(payload: *mut u8) -> Box { } // This is required by the compiler to exist (e.g., it's a lang item), but -// it's never actually called by the compiler because __C_specific_handler -// or _except_handler3 is the personality function that is always used. +// it's never actually called by the compiler because _CxxFrameHandler3 +// is the personality function that is always used. // Hence this is just an aborting stub. #[lang = "eh_personality"] #[cfg(not(test))] -- cgit 1.4.1-3-g733a5