diff --git a/src/lib.rs b/src/lib.rs index fcea80076e590076c8a4a172771d9a1a0ffcd914..fbe65721ac7257a84f94b7bd598dc9e0e1b3c263 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -62,7 +62,7 @@ //! ## Relation with `Read` and `Write` //! //! At first glance, it may seem that `Buf` and `BufMut` overlap in -//! functionality with `std::io::Ready` and `std::io::Write`. However, they +//! functionality with `std::io::Read` and `std::io::Write`. However, they //! serve different purposes. A buffer is the value that is provided as an //! argument to `Read::read` and `Write::write`. `Read` and `Write` may then //! perform a syscall, which has the potential of failing. Operations on `Buf`