Skip to content

Commit 1131d84

Browse files
author
Amanda Butler
authored
Edit PlatformMutex.h
Change passive to active voice.
1 parent e095c78 commit 1131d84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/PlatformMutex.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
/** The PlatformMutex class is used to synchronize the execution of threads.
3030
*
31-
* The PlatformMutex class is used by Mbed OS drivers instead of rtos::Mutex.
31+
* Mbed drivers use the PlatformMutex class instead of rtos::Mutex.
3232
* This enables the use of drivers when the Mbed OS is compiled without the RTOS.
3333
*
3434
* @note
@@ -71,7 +71,7 @@ class PlatformMutex: private mbed::NonCopyable<PlatformMutex> {
7171
{
7272
}
7373

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

0 commit comments

Comments
 (0)