Skip to content

Commit

Permalink
Fix typo in bytes.rs (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxhuiberts authored and carllerche committed Jan 28, 2019
1 parent 42b6696 commit f3b363a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bytes.rs
Expand Up @@ -273,7 +273,7 @@ pub struct BytesMut {
// The rest of `arc`'s bytes are used as part of the inline buffer, which means
// that those bytes need to be located next to the `ptr`, `len`, and `cap`
// fields, which make up the rest of the inline buffer. This requires special
// casing the layout of `Inner` depending on if the target platform is bit or
// casing the layout of `Inner` depending on if the target platform is big or
// little endian.
//
// On little endian platforms, the `arc` field must be the first field in the
Expand Down

0 comments on commit f3b363a

Please sign in to comment.