Skip to content

Commit 88a8def

Browse files
committed
Fix typo in unsafe guide (s/xlibrary/library)
1 parent 5366cfe commit 88a8def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide-unsafe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ pub extern fn main(argc: int, argv: *const *const u8) -> int {
496496

497497
The compiler currently makes a few assumptions about symbols which are available
498498
in the executable to call. Normally these functions are provided by the standard
499-
xlibrary, but without it you must define your own.
499+
library, but without it you must define your own.
500500

501501
The first of these two functions, `stack_exhausted`, is invoked whenever stack
502502
overflow is detected. This function has a number of restrictions about how it

0 commit comments

Comments
 (0)