From f48eae8f35bfb28ecaf28c8aa5a97bffefbbdf31 Mon Sep 17 00:00:00 2001 From: Hang Li Date: Fri, 15 Nov 2019 14:11:52 +0800 Subject: [PATCH] fix spelling error Fixing spelling mistakes in notes helps us understand. Change-Id: Ic9050bd5f0141153f74d357f7405032d6aa1e1f1 Closes-Bug: #1852689 --- mtce-common/src/common/logMacros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtce-common/src/common/logMacros.h b/mtce-common/src/common/logMacros.h index 25d62eaa..7d4b6677 100644 --- a/mtce-common/src/common/logMacros.h +++ b/mtce-common/src/common/logMacros.h @@ -95,7 +95,7 @@ typedef struct int mtc_to_hbs_cmd_port ; /**< mtcAgent to hbsAgent command port */ int mtc_to_guest_cmd_port ; /**< mtcAgent to guestAgent command port */ int hwmon_cmd_port ; /**< mtcAgent to hwmon command port */ - int hbs_to_mtc_event_port ; /**< hbsAgent tm mtcAgent event port */ + int hbs_to_mtc_event_port ; /**< hbsAgent to mtcAgent event port */ int inv_event_port ; /**< Port inventory sends change events on */ int per_node ; /**< Memory usage per node or per resource */ int audit_period ; /**< daemon specific audit period */