From 03be51e10606f7cf8bc4b91cd26e96449ef6f465 Mon Sep 17 00:00:00 2001 From: Rebecca Cran Date: Thu, 7 Dec 2023 09:46:28 -0700 Subject: MdePkg: Improve wording of manageability debug level comment Improve the wording of the comment explaining the DEBUG_MANAGEABILITY debug level. Signed-off-by: Rebecca Cran Reviewed-by: Michael D Kinney --- MdePkg/Include/Library/DebugLib.h | 4 ++-- 1 file 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 // -- cgit v1.2.3