fix: los_trace.h接口注释错误修正

1. LOS_TraceStop接口的功能描述应该是stop

close: #I4CYPZ

Signed-off-by: arvinzzz <zhaotianyu9@huawei.com>
Change-Id: I09da24e9a57abde288ccd3f558ba9e65ca1092e3
This commit is contained in:
arvinzzz 2021-10-12 10:35:14 +08:00
parent badf1e9557
commit 693468e527
1 changed files with 3 additions and 3 deletions

View File

@ -484,13 +484,13 @@ extern UINT32 LOS_TraceStart(VOID);
/**
* @ingroup los_trace
* @brief Stop trace sample.
* @brief Stop trace.
*
* @par Description:
* This API is used to start trace sample.
* This API is used to stop trace.
* @attention
* <ul>
* <li>Stop trace sample</li>
* <li>Stop trace</li>
* </ul>
*
* @param None.