mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
MdePkg: fix comment typo in DebugLib.h
The definition of DEBUG_LOADFILE was incorrectly described as "UNDI Driver". Correct this to align with MdePkg.dec. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
This commit is contained in:
parent
d2a2678b1c
commit
48d97c8b58
@ -48,7 +48,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#define DEBUG_BLKIO 0x00001000 // BlkIo Driver
|
||||
#define DEBUG_NET 0x00004000 // SNI Driver
|
||||
#define DEBUG_UNDI 0x00010000 // UNDI Driver
|
||||
#define DEBUG_LOADFILE 0x00020000 // UNDI Driver
|
||||
#define DEBUG_LOADFILE 0x00020000 // LoadFile
|
||||
#define DEBUG_EVENT 0x00080000 // Event messages
|
||||
#define DEBUG_GCD 0x00100000 // Global Coherency Database changes
|
||||
#define DEBUG_CACHE 0x00200000 // Memory range cachability changes
|
||||
|
Loading…
x
Reference in New Issue
Block a user