about summary refs log tree commit diff
path: root/src/libstd/io
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2015-03-25 18:02:11 +0100
committerMs2ger <ms2ger@gmail.com>2015-04-15 13:37:55 +0200
commit9a5a47eddc0df36d2d3321552eed7fbb8b05bb3e (patch)
treebfa1fc532f3978aa48b9029abf9279688fe5ce68 /src/libstd/io
parenta691f1eefea586f154700be6ee1b991158f82b7f (diff)
downloadrust-9a5a47eddc0df36d2d3321552eed7fbb8b05bb3e.tar.gz
rust-9a5a47eddc0df36d2d3321552eed7fbb8b05bb3e.zip
Fix some typos.
Diffstat (limited to 'src/libstd/io')
-rw-r--r--src/libstd/io/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs
index f3ba5cd7854..93c6deac6e5 100644
--- a/src/libstd/io/mod.rs
+++ b/src/libstd/io/mod.rs
@@ -148,7 +148,7 @@ pub trait Read {
     ///
     /// If the return value of this method is `Ok(n)`, then it must be
     /// guaranteed that `0 <= n <= buf.len()`. A nonzero `n` value indicates
-    /// that the buffer `buf` has ben filled in with `n` bytes of data from this
+    /// that the buffer `buf` has been filled in with `n` bytes of data from this
     /// source. If `n` is `0`, then it can indicate one of two scenarios:
     ///
     /// 1. This reader has reached its "end of file" and will likely no longer