rollup merge of #20077: shepmaster/stdin-typo

This commit is contained in:
Alex Crichton 2014-12-21 00:04:25 -08:00
commit 0191dce41d
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ pub struct StdinReader {
inner: Arc<Mutex<BufferedReader<StdReader>>>,
}
/// A guard for exlusive access to `StdinReader`'s internal `BufferedReader`.
/// A guard for exclusive access to `StdinReader`'s internal `BufferedReader`.
pub struct StdinReaderGuard<'a> {
inner: MutexGuard<'a, BufferedReader<StdReader>>,
}