[logging] fix typo in comments (#5251)

diff --git a/src/core/common/logging.hpp b/src/core/common/logging.hpp
index 0ba1a0e..eda0ac7 100644
--- a/src/core/common/logging.hpp
+++ b/src/core/common/logging.hpp
@@ -386,7 +386,7 @@
  */
 
 /**
- * @def otLogInfoArp
+ * @def otLogNoteArp
  *
  * This method generates a log with level note for the EID-to-RLOC mapping region.
  *
@@ -444,7 +444,7 @@
  */
 
 /**
- * @def otLogInfoBbr
+ * @def otLogNoteBbr
  *
  * This method generates a log with level note for the Backbone Router (BBR) region.
  *
@@ -502,7 +502,7 @@
  */
 
 /**
- * @def otLogInfoNetData
+ * @def otLogNoteNetData
  *
  * This method generates a log with level note for the Network Data region.
  *
@@ -1002,7 +1002,7 @@
  */
 
 /**
- * @def otLogInfoCli
+ * @def otLogNoteCli
  *
  * This method generates a log with level note for the CLI region.
  *