diff --git a/ipc/MutexIF.h b/ipc/MutexIF.h index 0d0cb444..b0096a34 100644 --- a/ipc/MutexIF.h +++ b/ipc/MutexIF.h @@ -21,10 +21,10 @@ public: }; /** - * Lock the mutex. + * Lock the mutex. The timeout value will only be used for + * TimeoutType::WAITING * @param timeoutType * @param timeoutMs - * This value will only be used for TimeoutType::WAIT * @return */ virtual ReturnValue_t lockMutex(TimeoutType timeoutType =