Skip to content

Commit

Permalink
FmpDevicePkg: Fix various typos
Browse files Browse the repository at this point in the history
Fix one typo in FmpDevicePkg.

Signed-off-by: Cœur <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
  • Loading branch information
Coeur authored and lgao4 committed Jul 12, 2019
1 parent a79841a commit 4362231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FmpDevicePkg/FmpDxe/DetectTestKey.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
if (TestKeyUsed) {
Expand Down
2 changes: 1 addition & 1 deletion FmpDevicePkg/Include/Library/FmpDeviceLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RegisterFmpInstaller (
@retval EFI_INVALID_PARAMETER Size is NULL.
@retval EFI_UNSUPPORTED The firmware device does not support reporting
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
in the firmware device.
Expand Down

0 comments on commit 4362231

Please sign in to comment.