!345 【fix】los_trace.h注释修正

Merge pull request !345 from Zhaotianyu/1012trace_fix
This commit is contained in:
openharmony_ci 2021-10-15 07:42:20 +00:00 committed by Gitee
commit 80263488e9
1 changed files with 3 additions and 3 deletions

View File

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