diff --git a/src/Identity/Extensions.Core/src/SignInResult.cs b/src/Identity/Extensions.Core/src/SignInResult.cs
index faae170c3b..e8e4c3dc50 100644
--- a/src/Identity/Extensions.Core/src/SignInResult.cs
+++ b/src/Identity/Extensions.Core/src/SignInResult.cs
@@ -52,7 +52,7 @@ namespace Microsoft.AspNetCore.Identity
///
/// Returns a that represents a sign-in attempt that failed because
- /// the user was logged out.
+ /// the user was locked out.
///
/// A that represents sign-in attempt that failed due to the
/// user being locked out.
@@ -86,4 +86,4 @@ namespace Microsoft.AspNetCore.Identity
Succeeded ? "Succeeded" : "Failed";
}
}
-}
\ No newline at end of file
+}