about summary refs log tree commit diff
path: root/tests/source/enum.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/source/enum.rs')
-rw-r--r--tests/source/enum.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/source/enum.rs b/tests/source/enum.rs
index 0ed9651abe7..a7b9616929c 100644
--- a/tests/source/enum.rs
+++ b/tests/source/enum.rs
@@ -36,7 +36,7 @@ enum StructLikeVariants {
     Normal(u32, String, ),
     StructLike { x: i32, // Test comment
         // Pre-comment
-        #[Attr50] y: SomeType, // Aanother Comment
+        #[Attr50] y: SomeType, // Another Comment
     }, SL { a: A }
 }