diff --git a/src/Identity/Extensions.Core/src/SignInResult.cs b/src/Identity/Extensions.Core/src/SignInResult.cs
index faae170c3b8494a30ff15d17d51587e27d713a63..e8e4c3dc50ef002f4b017b6e04b5e08fc4da1598 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
 
         /// <summary>
         /// Returns a <see cref="SignInResult"/> that represents a sign-in attempt that failed because 
-        /// the user was logged out.
+        /// the user was locked out.
         /// </summary>
         /// <returns>A <see cref="SignInResult"/> that represents sign-in attempt that failed due to the
         /// user being locked out.</returns>
@@ -86,4 +86,4 @@ namespace Microsoft.AspNetCore.Identity
 			       Succeeded ? "Succeeded" : "Failed";
         }
     }
-}
\ No newline at end of file
+}