about summary refs log tree commit diff
path: root/src/test/debuginfo/struct-in-enum.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/debuginfo/struct-in-enum.rs')
-rw-r--r--src/test/debuginfo/struct-in-enum.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/debuginfo/struct-in-enum.rs b/src/test/debuginfo/struct-in-enum.rs
index b2971329cc8..b7956c22122 100644
--- a/src/test/debuginfo/struct-in-enum.rs
+++ b/src/test/debuginfo/struct-in-enum.rs
@@ -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.