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:
Thomas Huth
2017-01-18 21:40:15 +08:00
committed by Star Zeng
parent 19ca06bb84
commit 619ad10f3a
10 changed files with 28 additions and 28 deletions

View File

@@ -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);