[logging] fix typo in documents (#5878)

This commit is contained in:
kangping
2020-11-29 20:27:32 -08:00
committed by GitHub
parent 4d23b98aef
commit fc5df5e4eb
+5 -5
View File
@@ -267,7 +267,7 @@ void otLogDebg(otLogRegion aRegion, const char *aRegionPrefix, const char *aForm
/**
* @def otLogCritMeshCoP
*
* This function generates a log with level critical for the MLE region.
* This function generates a log with level critical for the MeshCoP region.
*
* @param[in] ... Arguments for the format specification.
*
@@ -277,7 +277,7 @@ void otLogDebg(otLogRegion aRegion, const char *aRegionPrefix, const char *aForm
/**
* @def otLogWarnMeshCoP
*
* This function generates a log with level warning for the MLE region.
* This function generates a log with level warning for the MeshCoP region.
*
* @param[in] ... Arguments for the format specification.
*
@@ -286,7 +286,7 @@ void otLogDebg(otLogRegion aRegion, const char *aRegionPrefix, const char *aForm
/**
* @def otLogNoteMeshCoP
*
* This function generates a log with level note for the MLE region.
* This function generates a log with level note for the MeshCoP region.
*
* @param[in] ... Arguments for the format specification.
*
@@ -295,7 +295,7 @@ void otLogDebg(otLogRegion aRegion, const char *aRegionPrefix, const char *aForm
/**
* @def otLogInfoMeshCoP
*
* This function generates a log with level info for the MLE region.
* This function generates a log with level info for the MeshCoP region.
*
* @param[in] ... Arguments for the format specification.
*
@@ -304,7 +304,7 @@ void otLogDebg(otLogRegion aRegion, const char *aRegionPrefix, const char *aForm
/**
* @def otLogDebgMeshCoP
*
* This function generates a log with level debug for the MLE region.
* This function generates a log with level debug for the MeshCoP region.
*
* @param[in] ... Arguments for the format specification.
*