summaryrefslogtreecommitdiffstats
path: root/hw/arm/omap2.c
diff options
context:
space:
mode:
authorThomas Huth2022-07-22 16:35:21 +0200
committerThomas Huth2022-08-01 11:58:02 +0200
commita07d9df0fd9d449c0271e2fe358e472bc7efefc2 (patch)
tree1f09d173f67c9481f4532b197fa37d7afeb97ed1 /hw/arm/omap2.c
parentmisc: fix commonly doubled up words (diff)
downloadqemu-a07d9df0fd9d449c0271e2fe358e472bc7efefc2.tar.gz
qemu-a07d9df0fd9d449c0271e2fe358e472bc7efefc2.tar.xz
qemu-a07d9df0fd9d449c0271e2fe358e472bc7efefc2.zip
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/omap2.c')
-rw-r--r--hw/arm/omap2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/omap2.c b/hw/arm/omap2.c
index 02b1aa8c97..8571eedd73 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;