diff --git a/src/TestFramework/MSTest.Core/Attributes/VSTestAttributes.cs b/src/TestFramework/MSTest.Core/Attributes/VSTestAttributes.cs
index a87c0bd61a..971a1c3584 100644
--- a/src/TestFramework/MSTest.Core/Attributes/VSTestAttributes.cs
+++ b/src/TestFramework/MSTest.Core/Attributes/VSTestAttributes.cs
@@ -79,7 +79,7 @@ public TestMethodAttribute()
/// Initializes a new instance of the class.
///
///
- /// Message specifies reason for ignoring.
+ /// Display Name for the Test Window
///
public TestMethodAttribute(string displayName)
{