diff --git a/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUser.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUser.cs
index 2e87a0932a..8dd5ee7123 100644
--- a/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUser.cs
+++ b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUser.cs
@@ -127,9 +127,9 @@ namespace Microsoft.AspNetCore.Identity.EntityFrameworkCore
public virtual DateTimeOffset? LockoutEnd { get; set; }
///
- /// Gets or sets a flag indicating if this user is locked out.
+ /// Gets or sets a flag indicating if the user could be locked out.
///
- /// True if the user is locked out, otherwise false.
+ /// True if the user could be locked out, otherwise false.
public virtual bool LockoutEnabled { get; set; }
///