Fix some typos
This commit is contained in:
parent
227b46bded
commit
1accaa9f86
23 changed files with 24 additions and 24 deletions
|
|
@ -53,7 +53,7 @@ enum Univariant<T> {
|
|||
|
||||
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.
|
||||
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ enum Univariant<T64> {
|
|||
|
||||
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.
|
||||
|
||||
|
|
|
|||
|
|
@ -66,7 +66,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue