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/Database.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/Database.c')
-rw-r--r-- | MdeModulePkg/Universal/HiiDatabaseDxe/Database.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/MdeModulePkg/Universal/HiiDatabaseDxe/Database.c b/MdeModulePkg/Universal/HiiDatabaseDxe/Database.c index 984c5d29ab..4fd83f8072 100644 --- a/MdeModulePkg/Universal/HiiDatabaseDxe/Database.c +++ b/MdeModulePkg/Universal/HiiDatabaseDxe/Database.c @@ -356,7 +356,7 @@ InvokeRegisteredFunction ( @param NotifyType The type of change concerning the database.
@param PackageList Pointer to a package list which will be inserted
to.
- @param Package Created GUID pacakge
+ @param Package Created GUID package
@retval EFI_SUCCESS Guid Package is inserted successfully.
@retval EFI_OUT_OF_RESOURCES Unable to allocate necessary resources for the new
@@ -903,7 +903,7 @@ Error: @param PackageList Pointer to a package list which will be adjusted.
@retval EFI_SUCCESS Adjust all string packages successfully.
- @retval others Can't adjust string packges.
+ @retval others Can't adjust string packages.
**/
EFI_STATUS
@@ -3041,7 +3041,7 @@ HiiNewPackageList ( /**
- This function removes the package list that is associated with a handle Handle
+ This function removes the package list that is associated with Handle
from the HII database. Before removing the package, any registered functions
with the notification type REMOVE_PACK and the same package type will be called.
@@ -3052,7 +3052,7 @@ HiiNewPackageList ( @retval EFI_SUCCESS The data associated with the Handle was removed
from the HII database.
- @retval EFI_NOT_FOUND The specified andle is not in database.
+ @retval EFI_NOT_FOUND The specified handle is not in database.
@retval EFI_INVALID_PARAMETER The Handle was not valid.
**/
@@ -3294,7 +3294,7 @@ HiiUpdatePackageList ( buffer that is required for the handles found.
@param Handle An array of EFI_HII_HANDLE instances returned.
- @retval EFI_SUCCESS The matching handles are outputed successfully.
+ @retval EFI_SUCCESS The matching handles are outputted successfully.
HandleBufferLength is updated with the actual length.
@retval EFI_BUFFER_TO_SMALL The HandleBufferLength parameter indicates that
Handle is too small to support the number of
@@ -3400,7 +3400,7 @@ HiiListPackageLists ( }
break;
//
- // Pesudo-type EFI_HII_PACKAGE_TYPE_ALL will cause all package handles
+ // Pseudo-type EFI_HII_PACKAGE_TYPE_ALL will cause all package handles
// to be listed.
//
case EFI_HII_PACKAGE_TYPE_ALL:
@@ -3457,7 +3457,7 @@ HiiListPackageLists ( Handle is too small to support the number of
handles. HandleBufferLength is updated with a
value that will enable the data to fit.
- @retval EFI_NOT_FOUND The specifiecd Handle could not be found in the
+ @retval EFI_NOT_FOUND The specified Handle could not be found in the
current database.
@retval EFI_INVALID_PARAMETER BufferSize was NULL.
@retval EFI_INVALID_PARAMETER The value referenced by BufferSize was not zero
|