diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-09 05:27:04 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-09 05:27:04 +0000 |
commit | 2bd6a5f8a525d4313cc3ab9394cafe3938539d80 (patch) | |
tree | 405d5cb9853919e424db48e69b49042169c92573 /MdeModulePkg/Include | |
parent | 41bc19f19d9daa51eb8e6f24931de481bfcbac18 (diff) | |
download | edk2-platforms-2bd6a5f8a525d4313cc3ab9394cafe3938539d80.tar.xz |
Fix typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6927 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include')
-rw-r--r-- | MdeModulePkg/Include/Library/PlatformBdsLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Include/Library/PlatformBdsLib.h b/MdeModulePkg/Include/Library/PlatformBdsLib.h index 5b245f6f57..8f1b1e7ad3 100644 --- a/MdeModulePkg/Include/Library/PlatformBdsLib.h +++ b/MdeModulePkg/Include/Library/PlatformBdsLib.h @@ -48,7 +48,7 @@ struct _EFI_BDS_ARCH_PROTOCOL_INSTANCE { };
/**
- Platform Bds init. Incude the platform firmware vendor, revision
+ Platform Bds init. Include the platform firmware vendor, revision
and so crc check.
@param PrivateData The EFI_BDS_ARCH_PROTOCOL_INSTANCE instance
|