Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Doe <github.john.doe@outlook.com>2018-02-03 09:27:26 +0300
committerJan Kotas <jkotas@microsoft.com>2018-02-03 09:27:26 +0300
commit2aaccdfc08dc2217bbc1777d4c98dda2a4867fb7 (patch)
treecb710105ccfcc3e3753c6d2ddcea38eb74ae53ce /src/Native/Runtime/unix
parent3470b34c127f1709180ce018ba2dfd3c860412cf (diff)
perfom -> perform (#5343)
Diffstat (limited to 'src/Native/Runtime/unix')
-rw-r--r--src/Native/Runtime/unix/PalRedhawkUnix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/unix/PalRedhawkUnix.cpp b/src/Native/Runtime/unix/PalRedhawkUnix.cpp
index 6d151657e..e69adbf31 100644
--- a/src/Native/Runtime/unix/PalRedhawkUnix.cpp
+++ b/src/Native/Runtime/unix/PalRedhawkUnix.cpp
@@ -308,7 +308,7 @@ public:
TimeSpecAdd(&endTime, milliseconds);
}
#else
-#error Don't know how to perfom timed wait on this platform
+#error Don't know how to perform timed wait on this platform
#endif
int st = 0;