PcAtChipsetPkg: Fix typing errors
Correct the reported by the codespell utility in some files of PcAtChipsetPkg. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
@@ -139,7 +139,7 @@ Interrupt8259SetVectorBase (
|
||||
|
||||
//
|
||||
// Preserve interrtup mask register before initialization sequence
|
||||
// because it will be cleared during intialization
|
||||
// because it will be cleared during initialization
|
||||
//
|
||||
Mask = IoRead8 (LEGACY_8259_MASK_REGISTER_SLAVE);
|
||||
|
||||
@@ -181,7 +181,7 @@ Interrupt8259SetVectorBase (
|
||||
|
||||
//
|
||||
// Preserve interrtup mask register before initialization sequence
|
||||
// because it will be cleared during intialization
|
||||
// because it will be cleared during initialization
|
||||
//
|
||||
Mask = IoRead8 (LEGACY_8259_MASK_REGISTER_MASTER);
|
||||
|
||||
|
Reference in New Issue
Block a user