From f465c15d7ae4e7c094abc6ecb692c72f7b9b642b Mon Sep 17 00:00:00 2001 From: wx880216 Date: Fri, 12 Aug 2022 01:15:13 +0800 Subject: [PATCH] change uwtimeout to timeout Signed-off-by: wx880216 --- kernel/include/los_mux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/include/los_mux.h b/kernel/include/los_mux.h index 1af906f4..b56e7e08 100644 --- a/kernel/include/los_mux.h +++ b/kernel/include/los_mux.h @@ -113,7 +113,7 @@ extern "C" { * * Value: 0x02001d06 * -* Solution: Check whether the task scheduling is disabled, or set uwtimeout to 0, which means that the +* Solution: Check whether the task scheduling is disabled, or set timeout to 0, which means that the * thread will not wait for the mutex to become available. */ #define LOS_ERRNO_MUX_PEND_IN_LOCK LOS_ERRNO_OS_ERROR(LOS_MOD_MUX, 0x06)