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/Library/PlatformBdsLibNull | |
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/Library/PlatformBdsLibNull')
-rw-r--r-- | MdeModulePkg/Library/PlatformBdsLibNull/BdsPlatform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/PlatformBdsLibNull/BdsPlatform.c b/MdeModulePkg/Library/PlatformBdsLibNull/BdsPlatform.c index af43095ebe..c6cfce79bf 100644 --- a/MdeModulePkg/Library/PlatformBdsLibNull/BdsPlatform.c +++ b/MdeModulePkg/Library/PlatformBdsLibNull/BdsPlatform.c @@ -18,7 +18,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. // BDS Platform Functions
//
/**
- 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
|