diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-09-21 12:48:10 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-09-28 16:21:45 +0800 |
commit | 4a4297160fda8ff9646a7ae0cad7989a8aaeb619 (patch) | |
tree | 3859cf439aec287f6f523671628cba3dca4aa9fc /MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseEntry.c | |
parent | c0be50f0efd8e35ae97b10707b464ef4326ff633 (diff) | |
download | edk2-platforms-4a4297160fda8ff9646a7ae0cad7989a8aaeb619.tar.xz |
MdemodulePkg/HiiDatabase: Correct typo in comments.
Contributed-under: TianoCore Contribution Agreement 1.0
Reviewed-by: Liming Gao <liming.gao@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Diffstat (limited to 'MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseEntry.c')
-rw-r--r-- | MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseEntry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseEntry.c b/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseEntry.c index 03a4184c45..b48254f670 100644 --- a/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseEntry.c +++ b/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseEntry.c @@ -160,7 +160,7 @@ OnReadyToBoot ( @retval EFI_SUCCESS The Hii database is setup correctly.
@return Other value if failed to create the default event for
gHiiKeyboardLayoutChanged. Check gBS->CreateEventEx for
- details. Or failed to insatll the protocols.
+ details. Or failed to install the protocols.
Check gBS->InstallMultipleProtocolInterfaces for details.
Or failed to create Ready To Boot Event.
Check EfiCreateEventReadyToBootEx for details.
|