diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-28 05:51:09 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-28 05:51:09 +0000 |
commit | f02d0c0fe9057be143dc5054e90c53d44c4b2edd (patch) | |
tree | 63acbf0a3dc212572c4430b51dd3c5661709542e /MdeModulePkg/Include/Protocol | |
parent | aa2e1536cbad90542d40b8ef7e42290a8bf8aed2 (diff) | |
download | edk2-platforms-f02d0c0fe9057be143dc5054e90c53d44c4b2edd.tar.xz |
Add comments to MdeModulePkg.dec, Correct minor comments for other files and Add new guided IFR opcode to framework option key value.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5581 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include/Protocol')
-rw-r--r-- | MdeModulePkg/Include/Protocol/DiskInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Include/Protocol/DiskInfo.h b/MdeModulePkg/Include/Protocol/DiskInfo.h index fedbb214b2..d36a1c7b03 100644 --- a/MdeModulePkg/Include/Protocol/DiskInfo.h +++ b/MdeModulePkg/Include/Protocol/DiskInfo.h @@ -123,7 +123,7 @@ EFI_STATUS //
// GUIDs for EFI_DISK_INFO_PROTOCOL.Interface. Defines the format of the
-// buffers returned by member functions
+// buffers returned by member functions.
//
#define EFI_DISK_INFO_IDE_INTERFACE_GUID \
{ \
|