diff options
author | Antoine Coeur <coeur@gmx.fr> | 2020-02-07 02:08:14 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-02-10 22:30:07 +0000 |
commit | aad15888d6d6193f5818eadfa29c2f3c28036cc3 (patch) | |
tree | faaad9083c13d962618e1a77ae965726cd5853c1 /PcAtChipsetPkg/Library/AcpiTimerLib | |
parent | 493dde944d77e768d3d792405638a27acf30f261 (diff) | |
download | edk2-aad15888d6d6193f5818eadfa29c2f3c28036cc3.tar.gz edk2-aad15888d6d6193f5818eadfa29c2f3c28036cc3.tar.bz2 edk2-aad15888d6d6193f5818eadfa29c2f3c28036cc3.zip |
PcAtChipsetPkg: Fix few typos
Correctly write 'serial', remove duplicated 'the'.
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Acked-by: Liming Gao <liming.gao@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-62-philmd@redhat.com>
Diffstat (limited to 'PcAtChipsetPkg/Library/AcpiTimerLib')
-rw-r--r-- | PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLib.c b/PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLib.c index 7dc11014a5..0a49093dbf 100644 --- a/PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLib.c +++ b/PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLib.c @@ -59,7 +59,7 @@ AcpiTimerLibConstructor ( //
// If the register offset to the BAR for the ACPI I/O Port Base Address is 0x0000, then
- // no PCI register programming is required to enable access to the the ACPI registers
+ // no PCI register programming is required to enable access to the ACPI registers
// specified by PcdAcpiIoPortBaseAddress
//
if (PcdGet16 (PcdAcpiIoPciBarRegisterOffset) == 0x0000) {
|