]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: a37xx: pci: Fix typo in comment
authorPali Rohár <pali@kernel.org>
Thu, 8 Jul 2021 18:19:00 +0000 (20:19 +0200)
committerStefan Roese <sr@denx.de>
Thu, 15 Jul 2021 08:53:05 +0000 (10:53 +0200)
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Konstantin Porotchkin <kostap@marvell.com>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/pci/pci-aardvark.c

index 77ce9d0c8d876e75d181e48d0db18225a0d9a920..1b9bae7cca728df7e8547312e5bb433b4dbbfd9e 100644 (file)
@@ -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