Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Commit

Permalink
perfom -> perform (#5343)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-john-doe authored and jkotas committed Feb 3, 2018
1 parent 3470b34 commit 2aaccdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Native/Runtime/unix/PalRedhawkUnix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ class UnixEvent
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;
Expand Down
2 changes: 1 addition & 1 deletion src/Native/System.Private.CoreLib.Native/pal_threading.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extern "C" void CoreLibNative_LowLevelMutex_Release(LowLevelMutex *mutex)
// LowLevelMonitor

#if !(HAVE_MACH_ABSOLUTE_TIME || HAVE_PTHREAD_CONDATTR_SETCLOCK && HAVE_CLOCK_MONOTONIC)
#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

LowLevelMonitor::LowLevelMonitor(bool abortOnFailure, bool *successRef) : LowLevelMutex(abortOnFailure, successRef)
Expand Down

0 comments on commit 2aaccdf

Please sign in to comment.