aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/iotkit-secctl.c
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2022-07-07 17:37:15 +0100
committerThomas Huth <thuth@redhat.com>2022-08-01 11:58:02 +0200
commit7a21bee2aa52fc95b25e38372678986ee94f05f1 (patch)
treea9f33a9cea93fa7769543b6dd3f01404d3b17fca /hw/misc/iotkit-secctl.c
parentebf705541c03ba90cb93eef605abd18728e0a25b (diff)
misc: fix commonly doubled up words
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20220707163720.1421716-5-berrange@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/misc/iotkit-secctl.c')
-rw-r--r--hw/misc/iotkit-secctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/iotkit-secctl.c b/hw/misc/iotkit-secctl.c
index 7b41cfa8fc..b5a9e30a2c 100644
--- a/hw/misc/iotkit-secctl.c
+++ b/hw/misc/iotkit-secctl.c
@@ -114,7 +114,7 @@ static const uint8_t iotkit_secctl_ns_sse300_idregs[] = {
* AHB expansion, APB expansion) are all set up so that they are
* in 16-aligned blocks so offsets 0xN0, 0xN4, 0xN8, 0xNC are PPCs
* 0, 1, 2, 3 of that type, so we can convert a register address offset
- * into an an index into a PPC array easily.
+ * into an index into a PPC array easily.
*/
static inline int offset_to_ppc_idx(uint32_t offset)
{