From 88a8def0a373348e18cf4ce98f256da063618be1 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Wed, 24 Sep 2014 09:58:06 -0700 Subject: Fix typo in unsafe guide (s/xlibrary/library) --- src/doc/guide-unsafe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit 1.4.1-3-g733a5