aboutsummaryrefslogtreecommitdiff
path: root/tests/tsan
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2023-07-14 14:33:27 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2023-09-08 13:08:52 +0300
commit96420a30e0b509914609e45456ed3dfd47360a8c (patch)
treee31d56ce9b3cd9eed6246ac7bcd4decb1fa7d386 /tests/tsan
parentd30b5bc95a9406b4125a35defba3a953358215cb (diff)
downloadqemu-96420a30e0b509914609e45456ed3dfd47360a8c.zip
qemu-96420a30e0b509914609e45456ed3dfd47360a8c.tar.gz
qemu-96420a30e0b509914609e45456ed3dfd47360a8c.tar.bz2
tests/: spelling fixes
with some rewording in tests/qemu-iotests/298 tests/qtest/fuzz/generic_fuzz.c tests/unit/test-throttle.c as suggested by Eric. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/tsan')
-rw-r--r--tests/tsan/suppressions.tsan2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsan/suppressions.tsan b/tests/tsan/suppressions.tsan
index 73414b9..d9a002a 100644
--- a/tests/tsan/suppressions.tsan
+++ b/tests/tsan/suppressions.tsan
@@ -7,7 +7,7 @@
mutex:aio_context_acquire
mutex:pthread_mutex_lock
-# TSan reports a race betwen pthread_mutex_init() and
+# TSan reports a race between pthread_mutex_init() and
# pthread_mutex_lock(). Since this is outside of QEMU,
# we choose to ignore it.
race:pthread_mutex_init