summaryrefslogtreecommitdiffstats
path: root/PcAtChipsetPkg/8259InterruptControllerDxe
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2017-01-18 21:40:15 +0800
committerStar Zeng <star.zeng@intel.com>2017-01-20 08:50:09 +0800
commit619ad10f3af2774880867dd638a8016d3181b516 (patch)
tree17b0332c44109240e4862968af8f0f6016b4627f /PcAtChipsetPkg/8259InterruptControllerDxe
parent19ca06bb84cafd661f7da34e9ca3c7ec6add1135 (diff)
downloadedk2-619ad10f3af2774880867dd638a8016d3181b516.tar.gz
edk2-619ad10f3af2774880867dd638a8016d3181b516.tar.bz2
edk2-619ad10f3af2774880867dd638a8016d3181b516.zip
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>
Diffstat (limited to 'PcAtChipsetPkg/8259InterruptControllerDxe')
-rw-r--r--PcAtChipsetPkg/8259InterruptControllerDxe/8259.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/PcAtChipsetPkg/8259InterruptControllerDxe/8259.c b/PcAtChipsetPkg/8259InterruptControllerDxe/8259.c
index e73a1007a2..7d8265dbd1 100644
--- a/PcAtChipsetPkg/8259InterruptControllerDxe/8259.c
+++ b/PcAtChipsetPkg/8259InterruptControllerDxe/8259.c
@@ -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);