We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d653c1 commit 8a56126Copy full SHA for 8a56126
src/librustrt/unwind.rs
@@ -37,11 +37,11 @@
37
//! In the cleanup phase, personality routines invoke cleanup code associated
38
//! with their stack frames (i.e. destructors). Once stack has been unwound down
39
//! to the handler frame level, unwinding stops and the last personality routine
40
-//! transfers control to its' catch block.
+//! transfers control to its catch block.
41
//!
42
//! ## Frame unwind info registration
43
44
-//! Each module has its' own frame unwind info section (usually ".eh_frame"), and
+//! Each module has its own frame unwind info section (usually ".eh_frame"), and
45
//! unwinder needs to know about all of them in order for unwinding to be able to
46
//! cross module boundaries.
47
0 commit comments