Fix some typos

This commit is contained in:
Vadim Petrochenkov 2015-03-28 18:09:51 +03:00
parent 227b46bded
commit 1accaa9f86
23 changed files with 24 additions and 24 deletions

View file

@ -68,7 +68,7 @@ enum Univariant {
fn main() {
// In order to avoid endianess trouble all of the following test values consist of a single
// In order to avoid endianness trouble all of the following test values consist of a single
// repeated byte. This way each interpretation of the union should look the same, no matter if
// this is a big or little endian machine.