diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-30 09:26:15 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-30 09:26:15 +0000 |
commit | 11ca63ec365bcbcfc2791bc052fb653d3dd54417 (patch) | |
tree | 14d152d71df8f0b70ca70584d6b39a5e1d83e635 /MdePkg/Include/Uefi | |
parent | 1d4826aeeb4763f7a0c957cdf5bb8871fc826cdb (diff) | |
download | edk2-11ca63ec365bcbcfc2791bc052fb653d3dd54417.zip edk2-11ca63ec365bcbcfc2791bc052fb653d3dd54417.tar.gz edk2-11ca63ec365bcbcfc2791bc052fb653d3dd54417.tar.bz2 |
Review the comments to match Spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8225 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Uefi')
-rw-r--r-- | MdePkg/Include/Uefi/UefiSpec.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Uefi/UefiSpec.h b/MdePkg/Include/Uefi/UefiSpec.h index 7271f02..1b65d38 100644 --- a/MdePkg/Include/Uefi/UefiSpec.h +++ b/MdePkg/Include/Uefi/UefiSpec.h @@ -1904,7 +1904,7 @@ typedef struct { ///
EFI_HANDLE ConsoleInHandle;
///
- /// A pointer to the SIMPLE_INPUT_PROTOCOL interface that is
+ /// A pointer to the EFI_SIMPLE_TEXT_INPUT_PROTOCOL interface that is
/// associated with ConsoleInHandle.
///
EFI_SIMPLE_TEXT_INPUT_PROTOCOL *ConIn;
@@ -1913,7 +1913,7 @@ typedef struct { ///
EFI_HANDLE ConsoleOutHandle;
///
- /// A pointer to the SIMPLE_TEXT_OUTPUT_PROTOCOL interface
+ /// A pointer to the EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL interface
/// that is associated with ConsoleOutHandle.
///
EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *ConOut;
@@ -1922,7 +1922,7 @@ typedef struct { ///
EFI_HANDLE StandardErrorHandle;
///
- /// A pointer to the SIMPLE_TEXT_OUTPUT_PROTOCOL interface
+ /// A pointer to the EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL interface
/// that is associated with StandardErrorHandle.
///
EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *StdErr;
|