typo: Double word "we" (dotnet/corefxdotnet/coreclr#36288)
authorNick Schonning <nschonni@gmail.com>
Sun, 24 Mar 2019 20:34:57 +0000 (16:34 -0400)
committerJan Kotas <jkotas@microsoft.com>
Mon, 25 Mar 2019 05:48:30 +0000 (22:48 -0700)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/92a191e6c772990c54a03192e2ff58dab0188891

src/libraries/System.Private.CoreLib/src/System/IO/FileStream.Win32.cs

index edcf8e5..1c371d5 100644 (file)
@@ -67,7 +67,7 @@ namespace System.IO
             switch (status)
             {
                 case 0:
-                    // We we're successful
+                    // We were successful
                     break;
                 case Interop.NtDll.STATUS_INVALID_HANDLE:
                     if (!ignoreInvalid)