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:
parent
a79841a024
commit
43622317c6
|
@ -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) {
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue