aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pci-aardvark.c
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2021-07-08 20:19:00 +0200
committerStefan Roese <sr@denx.de>2021-07-15 10:53:05 +0200
commit960d45979a3c35e6161af2583f737612fb38b43b (patch)
tree607319c5dcaeb1666fbd744142afb7a78ae2361f /drivers/pci/pci-aardvark.c
parentcbd7ef70bc6523474cca6480364c6248a8e5b5d7 (diff)
downloadu-boot-960d45979a3c35e6161af2583f737612fb38b43b.zip
u-boot-960d45979a3c35e6161af2583f737612fb38b43b.tar.gz
u-boot-960d45979a3c35e6161af2583f737612fb38b43b.tar.bz2
arm: a37xx: pci: Fix typo in comment
Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Konstantin Porotchkin <kostap@marvell.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'drivers/pci/pci-aardvark.c')
-rw-r--r--drivers/pci/pci-aardvark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pci-aardvark.c b/drivers/pci/pci-aardvark.c
index 77ce9d0..1b9bae7 100644
--- a/drivers/pci/pci-aardvark.c
+++ b/drivers/pci/pci-aardvark.c
@@ -605,7 +605,7 @@ static void pcie_advk_set_ob_region(struct pcie_advk *pcie, int *wins,
/*
* The n-th PCIe window is configured by tuple (match, remap, mask)
- * and an access to address A uses this window it if A matches the
+ * and an access to address A uses this window if A matches the
* match with given mask.
* So every PCIe window size must be a power of two and every start
* address must be aligned to window size. Minimal size is 64 KiB