diff options
author | Thomas Huth <thuth@redhat.com> | 2022-07-22 16:35:21 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2022-08-01 11:58:02 +0200 |
commit | a07d9df0fd9d449c0271e2fe358e472bc7efefc2 (patch) | |
tree | 1f09d173f67c9481f4532b197fa37d7afeb97ed1 /hw/arm | |
parent | 7a21bee2aa52fc95b25e38372678986ee94f05f1 (diff) | |
download | qemu-a07d9df0fd9d449c0271e2fe358e472bc7efefc2.zip qemu-a07d9df0fd9d449c0271e2fe358e472bc7efefc2.tar.gz qemu-a07d9df0fd9d449c0271e2fe358e472bc7efefc2.tar.bz2 |
trivial: Fix duplicated words
Some files wrongly contain the same word twice in a row.
One of them should be removed or replaced.
Message-Id: <20220722145859.1952732-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/arm')
-rw-r--r-- | hw/arm/omap2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/omap2.c b/hw/arm/omap2.c index 02b1aa8..8571eed 100644 --- a/hw/arm/omap2.c +++ b/hw/arm/omap2.c @@ -274,7 +274,7 @@ static void omap_eac_format_update(struct omap_eac_s *s) fmt.freq = s->codec.rate; /* TODO: signedness possibly depends on the CODEC hardware - or * does I2S specify it? */ - /* All register writes are 16 bits so we we store 16-bit samples + /* All register writes are 16 bits so we store 16-bit samples * in the buffers regardless of AGCFR[B8_16] value. */ fmt.fmt = AUDIO_FORMAT_U16; |