From 49298166044c5b5a6fe34245911cd7ce3314ea97 Mon Sep 17 00:00:00 2001 From: Caoruihong Date: Thu, 17 Sep 2020 10:08:49 +0800 Subject: [PATCH] =?UTF-8?q?!9=20=E3=80=90=E8=BD=BB=E9=87=8F=E7=BA=A7=20PR?= =?UTF-8?q?=E3=80=91=EF=BC=9A#I1VDS2=20fix=20typo=20Merge=20pull=20request?= =?UTF-8?q?=20!9=20from=20Caoruihong/N/A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/include/los_lockdep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/include/los_lockdep.h b/kernel/include/los_lockdep.h index 3cef9901..d78d6b9b 100755 --- a/kernel/include/los_lockdep.h +++ b/kernel/include/los_lockdep.h @@ -125,7 +125,7 @@ extern VOID OsLockDepCheckOut(SPIN_LOCK_S *lock); * @ingroup los_lockdep * * @par Description: - * This API is used to clear lockdep record of curret task. + * This API is used to clear lockdep record of current task. * @attention *