From 857035ade7577d23bac596eb43c34e6844ce0b74 Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Thu, 19 Mar 2015 00:48:08 -0400 Subject: Fix spelling errors in comments. I corrected misspelled comments in several crates. --- src/libstd/io/stdio.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/io') diff --git a/src/libstd/io/stdio.rs b/src/libstd/io/stdio.rs index 75d047d5c9c..f55a825a137 100644 --- a/src/libstd/io/stdio.rs +++ b/src/libstd/io/stdio.rs @@ -19,7 +19,7 @@ use io::{self, BufReader, LineWriter}; use sync::{Arc, Mutex, MutexGuard}; use sys::stdio; -/// Stdout used by print! and println! macroses +/// Stdout used by print! and println! macros thread_local! { static LOCAL_STDOUT: RefCell>> = { RefCell::new(None) -- cgit 1.4.1-3-g733a5