File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ use types::c_void;
30
30
/// # Panics
31
31
///
32
32
/// This function strives to never panic, but if the `cb` provided panics then
33
- /// some platforms will force a double abort to abort the process. Some
33
+ /// some platforms will force a double panic to abort the process. Some
34
34
/// platforms use a C library which internally uses callbacks which cannot be
35
35
/// unwound through, so panicking from `cb` may trigger a process abort.
36
36
///
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ use backtrace::Frame;
36
36
/// # Panics
37
37
///
38
38
/// This function strives to never panic, but if the `cb` provided panics then
39
- /// some platforms will force a double abort to abort the process. Some
39
+ /// some platforms will force a double panic to abort the process. Some
40
40
/// platforms use a C library which internally uses callbacks which cannot be
41
41
/// unwound through, so panicking from `cb` may trigger a process abort.
42
42
///
@@ -80,7 +80,7 @@ pub fn resolve<F: FnMut(&Symbol)>(addr: *mut c_void, cb: F) {
80
80
/// # Panics
81
81
///
82
82
/// This function strives to never panic, but if the `cb` provided panics then
83
- /// some platforms will force a double abort to abort the process. Some
83
+ /// some platforms will force a double panic to abort the process. Some
84
84
/// platforms use a C library which internally uses callbacks which cannot be
85
85
/// unwound through, so panicking from `cb` may trigger a process abort.
86
86
///
You can’t perform that action at this time.
0 commit comments