diff options
author | Michael D Kinney <michael.d.kinney@intel.com> | 2020-07-31 17:48:07 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-08-19 00:54:23 +0000 |
commit | d181539b83410898a11328fd3a2b18220976e490 (patch) | |
tree | be10cb058e6a49e51e980bc6efbd884a28cfd93c /MdeModulePkg/Include | |
parent | f034c05cc40bf4033b23f4c69285e14d73ed6d1d (diff) | |
download | edk2-d181539b83410898a11328fd3a2b18220976e490.tar.gz |
MdeModulePkg: Fix spelling mistake for occurred
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Guomin Jiang <guomin.jiang@intel.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Diffstat (limited to 'MdeModulePkg/Include')
-rw-r--r-- | MdeModulePkg/Include/Protocol/GenericMemoryTest.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Include/Protocol/GenericMemoryTest.h b/MdeModulePkg/Include/Protocol/GenericMemoryTest.h index 61cab8c4ae..08157f35f5 100644 --- a/MdeModulePkg/Include/Protocol/GenericMemoryTest.h +++ b/MdeModulePkg/Include/Protocol/GenericMemoryTest.h @@ -54,12 +54,12 @@ EFI_STATUS @param TestedMemorySize Return the tested extended memory size.
@param TotalMemorySize Return the whole system physical memory size.
The total memory size does not include memory in a slot with a disabled DIMM.
- @param ErrorOut TRUE if the memory error occured.
+ @param ErrorOut TRUE if the memory error occurred.
@param IfTestAbort Indicates that the user pressed "ESC" to skip the memory test.
@retval EFI_SUCCESS One block of memory passed the test.
@retval EFI_NOT_FOUND All memory blocks have already been tested.
- @retval EFI_DEVICE_ERROR Memory device error occured, and no agent can handle it.
+ @retval EFI_DEVICE_ERROR Memory device error occurred, and no agent can handle it.
**/
typedef
|