Fix typo in unsafe guide (s/xlibrary/library)

This commit is contained in:
Matt Brubeck 2014-09-24 09:58:06 -07:00
parent 5366cfecf3
commit 88a8def0a3

View file

@ -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