diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/guide-unsafe.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/guide-unsafe.md b/src/doc/guide-unsafe.md index 8c67634d57a..65d424f8ba4 100644 --- a/src/doc/guide-unsafe.md +++ b/src/doc/guide-unsafe.md @@ -496,7 +496,7 @@ pub extern fn main(argc: int, argv: *const *const u8) -> int { The compiler currently makes a few assumptions about symbols which are available in the executable to call. Normally these functions are provided by the standard -xlibrary, but without it you must define your own. +library, but without it you must define your own. The first of these two functions, `stack_exhausted`, is invoked whenever stack overflow is detected. This function has a number of restrictions about how it |
