summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRebecca Cran <rebecca@os.amperecomputing.com>2023-12-07 09:46:28 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-12-11 17:07:03 +0000
commit03be51e10606f7cf8bc4b91cd26e96449ef6f465 (patch)
treeda53e87f5cdae29620b82596577ecd9757cd109d
parent5b5481526fc9b89e5f3843d9bb3d6c4f5ce41060 (diff)
downloadedk2-03be51e10606f7cf8bc4b91cd26e96449ef6f465.tar.gz
edk2-03be51e10606f7cf8bc4b91cd26e96449ef6f465.tar.bz2
edk2-03be51e10606f7cf8bc4b91cd26e96449ef6f465.zip
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 <rebecca@os.amperecomputing.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
-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
//