Update FileLock/Unlock PNSE message for OSX
authorIan Hays <ianha@microsoft.com>
Fri, 24 Feb 2017 19:46:25 +0000 (11:46 -0800)
committerIan Hays <ianha@microsoft.com>
Fri, 24 Feb 2017 19:46:25 +0000 (11:46 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/10c6689e4cff982b49300428ce7d6627bbbbbdf7

src/coreclr/src/mscorlib/src/System.Private.CoreLib.txt

index 15fcf57..cb4a62c 100644 (file)
@@ -1720,7 +1720,7 @@ event_Barrier_PhaseFinished=Barrier finishing phase {1}.
 PlatformNotSupported_NamedSynchronizationPrimitives=The named version of this synchronization primitive is not supported on this platform.
 PlatformNotSupported_NamedSyncObjectWaitAnyWaitAll=Wait operations on multiple wait handles including a named synchronization primitive are not supported on this platform.
 ; OSX File locking
-PlatformNotSupported_OSXFileLocking=Locking/unlocking file regions is not supported. Use FileShare on the entire file instead.
+PlatformNotSupported_OSXFileLocking=Locking/unlocking file regions is not supported on this platform. Use FileShare on the entire file instead.
 #endif
 
 ;