Skip to content

Commit

Permalink
Edit PlatformMutex.h
Browse files Browse the repository at this point in the history
Change passive to active voice.
  • Loading branch information
Amanda Butler authored Oct 24, 2018
1 parent e095c78 commit 1131d84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/PlatformMutex.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

/** The PlatformMutex class is used to synchronize the execution of threads.
*
* The PlatformMutex class is used by Mbed OS drivers instead of rtos::Mutex.
* Mbed drivers use the PlatformMutex class instead of rtos::Mutex.
* This enables the use of drivers when the Mbed OS is compiled without the RTOS.
*
* @note
Expand Down Expand Up @@ -71,7 +71,7 @@ class PlatformMutex: private mbed::NonCopyable<PlatformMutex> {
{
}

/** Unlock a PlatformMutex that has previously been locked by the same thread.
/** Unlock a PlatformMutex that the same thread has previously locked.
*
* @note
* - When the RTOS is present, this is an alias for rtos::Mutex::unlock().
Expand Down

0 comments on commit 1131d84

Please sign in to comment.