summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MdePkg/Include/Library/DebugLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Library/DebugLib.h b/MdePkg/Include/Library/DebugLib.h
index f0c9f64487..40772f2e0f 100644
--- a/MdePkg/Include/Library/DebugLib.h
+++ b/MdePkg/Include/Library/DebugLib.h
@@ -48,8 +48,8 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#define DEBUG_CACHE 0x00200000 // Memory range cachability changes
#define DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
// significantly impact boot performance
-#define DEBUG_MANAGEABILITY 0x00800000 // Detailed debug and payload message of manageability
- // related modules, such Redfish, IPMI, MCTP and etc.
+#define DEBUG_MANAGEABILITY 0x00800000 // Detailed debug and payload manageability messages
+ // related to modules such as Redfish, IPMI, MCTP etc.
#define DEBUG_ERROR 0x80000000 // Error
//