fix various typos in doc comments

This commit is contained in:
Andy Russell 2018-11-12 13:05:20 -05:00
parent 0195812aea
commit 4e35cbb22e
No known key found for this signature in database
GPG key ID: BE2221033EDBC374
49 changed files with 68 additions and 68 deletions

View file

@ -85,7 +85,7 @@ pub use alloc_crate::alloc::*;
/// This is based on `malloc` on Unix platforms and `HeapAlloc` on Windows,
/// plus related functions.
///
/// This type implements the `GlobalAlloc` trait and Rust programs by deafult
/// This type implements the `GlobalAlloc` trait and Rust programs by default
/// work as if they had this definition:
///
/// ```rust