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