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

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

close: #I4CYPZ

Signed-off-by: arvinzzz <zhaotianyu9@huawei.com>
Change-Id: Iee0cf43f6e5ee8e544e233c0c307725c5bfebdcf
This commit is contained in:
arvinzzz 2021-10-12 10:30:30 +08:00
parent fd4b97e3f8
commit 6d249618ae
1 changed files with 3 additions and 3 deletions

View File

@ -496,13 +496,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.