Improve the wording of the comment explaining the DEBUG_MANAGEABILITY debug level.
Signed-off-by: Rebecca Cran <rebe...@os.amperecomputing.com> --- 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 f0c9f6448794..40772f2e0f7b 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 // -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112241): https://edk2.groups.io/g/devel/message/112241 Mute This Topic: https://groups.io/mt/103066382/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-