]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: fix comment typo in DebugLib.h
authorLeif Lindholm <leif.lindholm@linaro.org>
Mon, 29 Feb 2016 19:42:41 +0000 (19:42 +0000)
committerLaszlo Ersek <lersek@redhat.com>
Tue, 1 Mar 2016 08:56:09 +0000 (09:56 +0100)
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>
MdePkg/Include/Library/DebugLib.h

index 219d147f1c679825a962a987c7b28691d970f79f..86bb71f8c8c76f74021c30c87f65af204ac3d9aa 100644 (file)
@@ -48,7 +48,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #define DEBUG_BLKIO     0x00001000  // BlkIo Driver\r
 #define DEBUG_NET       0x00004000  // SNI Driver\r
 #define DEBUG_UNDI      0x00010000  // UNDI Driver\r
-#define DEBUG_LOADFILE  0x00020000  // UNDI Driver\r
+#define DEBUG_LOADFILE  0x00020000  // LoadFile\r
 #define DEBUG_EVENT     0x00080000  // Event messages\r
 #define DEBUG_GCD       0x00100000  // Global Coherency Database changes\r
 #define DEBUG_CACHE     0x00200000  // Memory range cachability changes\r