summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub/pci.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2020-04-30 12:12:42 -0700
committerArd Biesheuvel <ardb@kernel.org>2020-05-06 11:27:55 +0200
commit4026229934f6ca0cb44af7b9df00e647b2f1f787 (patch)
tree29aaade93c69a9bdde29ac0adfd66de102db4fe0 /drivers/firmware/efi/libstub/pci.c
parent0b8d9fc9953fde4ea3eb3191d986ca2d01eb783c (diff)
efi/libstub: Correct comment typos
Fix a couple typos in comments. Signed-off-by: Joe Perches <joe@perches.com> Link: https://lore.kernel.org/r/ec53e67b3ac928922807db3cb1585e911971dadc.1588273612.git.joe@perches.com Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'drivers/firmware/efi/libstub/pci.c')
-rw-r--r--drivers/firmware/efi/libstub/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/efi/libstub/pci.c b/drivers/firmware/efi/libstub/pci.c
index 60af51bed573..99fb25d2bcf5 100644
--- a/drivers/firmware/efi/libstub/pci.c
+++ b/drivers/firmware/efi/libstub/pci.c
@@ -69,7 +69,7 @@ void efi_pci_disable_bridge_busmaster(void)
* access to the framebuffer. Drivers for true PCIe graphics
* controllers that are behind a PCIe root port do not use
* DMA to implement the GOP framebuffer anyway [although they
- * may use it in their implentation of Gop->Blt()], and so
+ * may use it in their implementation of Gop->Blt()], and so
* disabling DMA in the PCI bridge should not interfere with
* normal operation of the device.
*/