FmpDevicePkg: Fix various typos

Fix one typo in FmpDevicePkg.

Signed-off-by: Cœur <coeur@gmx.fr>
Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
Antoine Cœur 2019-07-11 15:42:30 +08:00 committed by Liming Gao
parent a79841a024
commit 43622317c6
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ DetectTestKey (
} }
// //
// If test key detected or an error occured checking for the test key, then // If test key detected or an error occurred checking for the test key, then
// set PcdTestKeyUsed to TRUE. // set PcdTestKeyUsed to TRUE.
// //
if (TestKeyUsed) { if (TestKeyUsed) {

View File

@ -73,7 +73,7 @@ RegisterFmpInstaller (
@retval EFI_INVALID_PARAMETER Size is NULL. @retval EFI_INVALID_PARAMETER Size is NULL.
@retval EFI_UNSUPPORTED The firmware device does not support reporting @retval EFI_UNSUPPORTED The firmware device does not support reporting
the size of the currently stored firmware image. the size of the currently stored firmware image.
@retval EFI_DEVICE_ERROR An error occured attempting to determine the @retval EFI_DEVICE_ERROR An error occurred attempting to determine the
size of the firmware image currently stored in size of the firmware image currently stored in
in the firmware device. in the firmware device.