Skip to content

Commit 4362231

Browse files
Coeurlgao4
authored andcommitted
FmpDevicePkg: Fix various typos
Fix one typo in FmpDevicePkg. Signed-off-by: Cœur <[email protected]> Reviewed-by: Liming Gao <[email protected]>
1 parent a79841a commit 4362231

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FmpDevicePkg/FmpDxe/DetectTestKey.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ DetectTestKey (
139139
}
140140

141141
//
142-
// If test key detected or an error occured checking for the test key, then
142+
// If test key detected or an error occurred checking for the test key, then
143143
// set PcdTestKeyUsed to TRUE.
144144
//
145145
if (TestKeyUsed) {

FmpDevicePkg/Include/Library/FmpDeviceLib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ RegisterFmpInstaller (
7373
@retval EFI_INVALID_PARAMETER Size is NULL.
7474
@retval EFI_UNSUPPORTED The firmware device does not support reporting
7575
the size of the currently stored firmware image.
76-
@retval EFI_DEVICE_ERROR An error occured attempting to determine the
76+
@retval EFI_DEVICE_ERROR An error occurred attempting to determine the
7777
size of the firmware image currently stored in
7878
in the firmware device.
7979

0 commit comments

Comments
 (0)