Fix comment
diff --git a/lib/test_reflective_loader.dart b/lib/test_reflective_loader.dart
index 4aac7b2..a309948 100644
--- a/lib/test_reflective_loader.dart
+++ b/lib/test_reflective_loader.dart
@@ -275,8 +275,8 @@
 }
 
 /**
- * A marker annotation used to annotate overridden test methods with additional
- * timeout information.
+ * A marker annotation used to annotate test methods with additional timeout
+ * information.
  */
 class TestTimeout {
   final test_package.Timeout timeout;