Skip to content

Commit 8a56126

Browse files
committed
tiny linguistic correction in docs: s/its'/its/
See e.g.: http://dictionary.reference.com/browse/its
1 parent 5d653c1 commit 8a56126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustrt/unwind.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
//! In the cleanup phase, personality routines invoke cleanup code associated
3838
//! with their stack frames (i.e. destructors). Once stack has been unwound down
3939
//! to the handler frame level, unwinding stops and the last personality routine
40-
//! transfers control to its' catch block.
40+
//! transfers control to its catch block.
4141
//!
4242
//! ## Frame unwind info registration
4343
//!
44-
//! Each module has its' own frame unwind info section (usually ".eh_frame"), and
44+
//! Each module has its own frame unwind info section (usually ".eh_frame"), and
4545
//! unwinder needs to know about all of them in order for unwinding to be able to
4646
//! cross module boundaries.
4747
//!

0 commit comments

Comments
 (0)