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/Universal/LoadFileOnFv2 | |
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/Universal/LoadFileOnFv2')
-rw-r--r-- | MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.c b/MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.c index 43fa6ce128..58e658ee08 100644 --- a/MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.c +++ b/MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.c @@ -317,7 +317,7 @@ InstallFileLoadProtocol ( EFI_FIRMWARE_VOLUME_PROTOCOL on the handle of the FFS. This notification function
also handles the situation when LZMA decoder driver loaded later than FirmwareVolume driver.
- @param Event The event that occured
+ @param Event The event that occurred
@param Context Context of event. Not used in this nofication function.
**/
|