summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include/Protocol/DiskInfo.h
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-10 13:32:19 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-10 13:32:19 +0000
commitb99828832108937c999f72f6a0b78cd791df5cc9 (patch)
tree3612908addbb8cc0f29d611d6563435d9c5ae059 /MdeModulePkg/Include/Protocol/DiskInfo.h
parent9e5acfd583ee88d53cb77691f0d0a882c0fc2473 (diff)
downloadedk2-platforms-b99828832108937c999f72f6a0b78cd791df5cc9.tar.xz
Correct typo in comments, clean IfrSupportLib.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7494 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include/Protocol/DiskInfo.h')
-rw-r--r--MdeModulePkg/Include/Protocol/DiskInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Include/Protocol/DiskInfo.h b/MdeModulePkg/Include/Protocol/DiskInfo.h
index 9b0bbcfce5..8409d988f8 100644
--- a/MdeModulePkg/Include/Protocol/DiskInfo.h
+++ b/MdeModulePkg/Include/Protocol/DiskInfo.h
@@ -144,7 +144,7 @@ extern EFI_GUID gEfiDiskInfoUsbInterfaceGuid;
extern EFI_GUID gEfiDiskInfoAhciInterfaceGuid;
struct _EFI_DISK_INFO_PROTOCOL {
- EFI_GUID Interface; /// The format of the buffers returned by member functions.
+ EFI_GUID Interface; ///> The format of the buffers returned by member functions.
EFI_DISK_INFO_INQUIRY Inquiry;
EFI_DISK_INFO_IDENTIFY Identify;
EFI_DISK_INFO_SENSE_DATA SenseData;