]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #36977 - Razican:bufreader_typo_fix, r=alexcrichton
authorJonathan Turner <jonathandturner@users.noreply.github.com>
Thu, 6 Oct 2016 15:35:44 +0000 (08:35 -0700)
committerGitHub <noreply@github.com>
Thu, 6 Oct 2016 15:35:44 +0000 (08:35 -0700)
commit89aebdbce8c92617be0cebbd86a14289f2419b79
treef223fa1b72d4685258f681b218c09154d7d22155
parent2c8c0defab0885e5c8c50b0841aa860b049ecb7a
parent8d06332a27b020f5252238946fa9dccc3843d52a
Rollup merge of #36977 - Razican:bufreader_typo_fix, r=alexcrichton

Fixed small typo in `BufRead` comments

`BufRead` comments, in the `Seek` trait implementation, was talking about allocating 8 *ebibytes*. It was a typo, the correct unit is *exbibytes*, since *ebibytes* don't even exist. The calculation is correct, though.