diff options
| author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:33:27 +0300 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-09-08 13:08:52 +0300 |
| commit | 96420a30e0b509914609e45456ed3dfd47360a8c (patch) | |
| tree | e31d56ce9b3cd9eed6246ac7bcd4decb1fa7d386 /tests/unit/test-util-filemonitor.c | |
| parent | d30b5bc95a9406b4125a35defba3a953358215cb (diff) | |
| download | focaccia-qemu-96420a30e0b509914609e45456ed3dfd47360a8c.tar.gz focaccia-qemu-96420a30e0b509914609e45456ed3dfd47360a8c.zip | |
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/unit/test-util-filemonitor.c')
| -rw-r--r-- | tests/unit/test-util-filemonitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test-util-filemonitor.c b/tests/unit/test-util-filemonitor.c index b629e10857..a22de27595 100644 --- a/tests/unit/test-util-filemonitor.c +++ b/tests/unit/test-util-filemonitor.c @@ -132,7 +132,7 @@ qemu_file_monitor_test_record_free(QFileMonitorTestRecord *rec) * the file monitor event handler. Since events are * emitted in the background thread running the event * loop, we can't assume there is a record available - * immediately. Thus we will sleep for upto 5 seconds + * immediately. Thus we will sleep for up to 5 seconds * to wait for the event to be queued for us. */ static QFileMonitorTestRecord * |