diff --git a/src/Microsoft.AspNetCore.Identity/RoleManager.cs b/src/Microsoft.AspNetCore.Identity/RoleManager.cs
index 3b54ee1e7e..70080106ca 100644
--- a/src/Microsoft.AspNetCore.Identity/RoleManager.cs
+++ b/src/Microsoft.AspNetCore.Identity/RoleManager.cs
@@ -356,7 +356,7 @@ namespace Microsoft.AspNetCore.Identity
/// Removes a claim from a role.
///
/// The role to remove the claim from.
- /// The claim to add.
+ /// The claim to remove.
///
/// The that represents the asynchronous operation, containing the
/// of the operation.
@@ -464,4 +464,4 @@ namespace Microsoft.AspNetCore.Identity
}
}
}
-}
\ No newline at end of file
+}