From 44b70b45e216600bf5cfdca4899166f6bad0fd41 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Fri, 7 Aug 2020 22:06:20 +0200 Subject: [PATCH] little doc correction --- ipc/MutexIF.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 =