diff options
Diffstat (limited to 'src/test/debuginfo/generic-struct-style-enum.rs')
| -rw-r--r-- | src/test/debuginfo/generic-struct-style-enum.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/debuginfo/generic-struct-style-enum.rs b/src/test/debuginfo/generic-struct-style-enum.rs index 455861b1ea1..caed4bd181d 100644 --- a/src/test/debuginfo/generic-struct-style-enum.rs +++ b/src/test/debuginfo/generic-struct-style-enum.rs @@ -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. |
