Fix typo in test name
diff --git a/tests/test.rs b/tests/test.rs
index 7bd96f0..3b6bcc5 100644
--- a/tests/test.rs
+++ b/tests/test.rs
@@ -167,7 +167,7 @@
 }
 
 #[test]
-fn tricky_doc_commaent() {
+fn tricky_doc_comment() {
     let stream = "/**/".parse::<proc_macro2::TokenStream>().unwrap();
     let tokens = stream.into_iter().collect::<Vec<_>>();
     assert!(tokens.is_empty(), "not empty -- {:?}", tokens);