Auto merge of #29906 - ranma42:doc-typo, r=steveklabnik

This commit is contained in:
bors 2015-11-18 15:54:28 +00:00
commit 64a65692a2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
//! upstream libraries, no system libraries, and no libc.
//!
//! [^free]: Strictly speaking, there are some symbols which are needed but
//! they aren't always neccesary.
//! they aren't always necessary.
//!
//! The core library is *minimal*: it isn't even aware of heap allocation,
//! nor does it provide concurrency or I/O. These things require