diff options
| author | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2022-06-14 11:40:44 +0100 |
|---|---|---|
| committer | Laurent Vivier <laurent@vivier.eu> | 2022-06-28 11:06:02 +0200 |
| commit | 118d4ed0453c325828e3678608cf32fd9c4a8c49 (patch) | |
| tree | 5abedb7cc91f518db8c7e7380ed5c3920ae79ab6 /hw/net | |
| parent | 832fef7cc14d65f99d523f883ef384014e6476a7 (diff) | |
| download | focaccia-qemu-118d4ed0453c325828e3678608cf32fd9c4a8c49.tar.gz focaccia-qemu-118d4ed0453c325828e3678608cf32fd9c4a8c49.zip | |
Trivial: 3 char repeat typos
Inspired by Julia Lawall's fixing of Linux kernel comments, I looked at qemu, although I did it manually. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com> Reviewed-by: Klaus Jensen <k.jensen@samsung.com> Message-Id: <20220614104045.85728-2-dgilbert@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/net')
| -rw-r--r-- | hw/net/imx_fec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/net/imx_fec.c b/hw/net/imx_fec.c index 0db9aaf76a..8c11b237de 100644 --- a/hw/net/imx_fec.c +++ b/hw/net/imx_fec.c @@ -438,7 +438,7 @@ static void imx_eth_update(IMXFECState *s) * assignment fail. * * To ensure that all versions of Linux work, generate ENET_INT_MAC - * interrrupts on both interrupt lines. This should be changed if and when + * interrupts on both interrupt lines. This should be changed if and when * qemu supports IOMUX. */ if (s->regs[ENET_EIR] & s->regs[ENET_EIMR] & |