summaryrefslogtreecommitdiff
path: root/plat/rpi/rpi4/rpi4_pci_svc.c
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2023-05-09 22:05:52 +0200
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2023-05-09 22:05:52 +0200
commit4bd8c929b4bc6e1731c2892b38d4a8c43e8e89dc (patch)
treef0aff986c8534c521f0826f9838061a5bea66414 /plat/rpi/rpi4/rpi4_pci_svc.c
parent269f3daefbfeb07904bacf7982a2105aa6275761 (diff)
parent1b491eead580d7849a45a38f2c6a935a5d8d1160 (diff)
downloadarm-trusted-firmware-4bd8c929b4bc6e1731c2892b38d4a8c43e8e89dc.tar.gz
Merge changes I1bfa797e,I0ec7a70e into integration
* changes: fix(tree): correct some typos fix(rockchip): use semicolon instead of comma
Diffstat (limited to 'plat/rpi/rpi4/rpi4_pci_svc.c')
-rw-r--r--plat/rpi/rpi4/rpi4_pci_svc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/rpi/rpi4/rpi4_pci_svc.c b/plat/rpi/rpi4/rpi4_pci_svc.c
index 7d1ca5c6e..e4ef5c1ae 100644
--- a/plat/rpi/rpi4/rpi4_pci_svc.c
+++ b/plat/rpi/rpi4/rpi4_pci_svc.c
@@ -11,7 +11,7 @@
* it. Given that it's not ECAM compliant yet reasonably simple, it makes for
* an excellent example of the PCI SMCCC interface.
*
- * The PCI SMCCC interface is described in DEN0115 availabe from:
+ * The PCI SMCCC interface is described in DEN0115 available from:
* https://developer.arm.com/documentation/den0115/latest
*/