diff --git a/src/System.Web.Http/AuthorizeAttribute.cs b/src/System.Web.Http/AuthorizeAttribute.cs
index 00afd6c35..bb9aed10e 100644
--- a/src/System.Web.Http/AuthorizeAttribute.cs
+++ b/src/System.Web.Http/AuthorizeAttribute.cs
@@ -63,7 +63,7 @@ public override object TypeId
///
/// The users string.
///
- /// Multiple role names can be specified using the comma character as a separator.
+ /// Multiple user names can be specified using the comma character as a separator.
public string Users
{
get { return _users ?? String.Empty; }