diff options
Diffstat (limited to 'MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf')
-rw-r--r-- | MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf b/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf index 672e582b7b..8ea6fa3fc7 100644 --- a/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf +++ b/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf @@ -1,6 +1,7 @@ #/** @file
+# Instance of Debug Library using the Standard Error Device.
#
-# UEFI Debug Lib that sends messages to the Standard Error Device in the EFI System Table.
+# Debug Lib that sends messages to the the Standard Error Device in the EFI System Table.
#
# Copyright (c) 2007 - 2008, Intel Corporation.
#
|