summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/Common/cellular_platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/Common/cellular_platform.c')
-rw-r--r--FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/Common/cellular_platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/Common/cellular_platform.c b/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/Common/cellular_platform.c
index c7f869d68..2f46cbe5d 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/Common/cellular_platform.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/Common/cellular_platform.c
@@ -53,7 +53,7 @@ static void prvThreadRoutineWrapper( void * pArgument );
* @param[in] pMutex Mutex to lock.
* @param[in] timeout Timeout value to lock mutex.
*
- * @return ture if mutex is locked successfully. Otherwise false.
+ * @return true if mutex is locked successfully. Otherwise false.
*/
static bool prIotMutexTimedLock( PlatformMutex_t * pMutex,
TickType_t timeout );