diff options
author | Michael D Kinney <michael.d.kinney@intel.com> | 2020-07-31 17:50:56 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-08-19 00:54:23 +0000 |
commit | 60835c96cdcfc5639e92ca1ac0f8cd9c04ff772d (patch) | |
tree | 60f69e495191e75315beb91961fcaa0d2b117608 /OvmfPkg/Include | |
parent | 1371e15fff7a70761a65e2772d12fa1a27408288 (diff) | |
download | edk2-60835c96cdcfc5639e92ca1ac0f8cd9c04ff772d.zip edk2-60835c96cdcfc5639e92ca1ac0f8cd9c04ff772d.tar.gz edk2-60835c96cdcfc5639e92ca1ac0f8cd9c04ff772d.tar.bz2 |
OvmfPkg: Fix spelling mistake for occurred
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Guomin Jiang <guomin.jiang@intel.com>
Diffstat (limited to 'OvmfPkg/Include')
-rw-r--r-- | OvmfPkg/Include/Protocol/Legacy8259.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/Include/Protocol/Legacy8259.h b/OvmfPkg/Include/Protocol/Legacy8259.h index 74bbb67..7fde1c8 100644 --- a/OvmfPkg/Include/Protocol/Legacy8259.h +++ b/OvmfPkg/Include/Protocol/Legacy8259.h @@ -58,7 +58,7 @@ typedef enum { @param SlaveBase The base vector for the Slave PIC in the 8259 controller.
@retval EFI_SUCCESS The new bases were programmed.
- @retval EFI_DEVICE_ERROR A device error occured programming the vector bases.
+ @retval EFI_DEVICE_ERROR A device error occurred programming the vector bases.
**/
typedef
|