[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 27/27] util/range.c: spelling fix: inbetween
|
From: |
Michael Tokarev |
|
Subject: |
[PULL 27/27] util/range.c: spelling fix: inbetween |
|
Date: |
Thu, 16 Nov 2023 10:44:41 +0300 |
Fixes: b439595a08d7 "range: Introduce range_inverse_array()"
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
util/range.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/range.c b/util/range.c
index 9605ccfcbe..f3f40098d5 100644
--- a/util/range.c
+++ b/util/range.c
@@ -98,7 +98,7 @@ void range_inverse_array(GList *in, GList **rev,
out = append_new_range(out, low, MIN(range_lob(r) - 1, high));
}
- /* insert a range inbetween each original range until we reach high */
+ /* insert a range in between each original range until we reach high */
for (; l->next; l = l->next) {
r = (Range *)l->data;
rn = (Range *)l->next->data;
--
2.39.2
- [PULL 16/27] migration/rdma.c: spelling fix: asume, (continued)
- [PULL 16/27] migration/rdma.c: spelling fix: asume, Michael Tokarev, 2023/11/16
- [PULL 19/27] hw/net/cadence_gem.c: spelling fixes: Octects, Michael Tokarev, 2023/11/16
- [PULL 18/27] hw/mem/memory-device.c: spelling fix: ontaining, Michael Tokarev, 2023/11/16
- [PULL 22/27] include/hw/virtio/vhost.h: spelling fix: sate, Michael Tokarev, 2023/11/16
- [PULL 21/27] include/hw/hyperv/dynmem-proto.h: spelling fix: nunber, atleast, Michael Tokarev, 2023/11/16
- [PULL 20/27] include/block/ufs.h: spelling fix: setted, Michael Tokarev, 2023/11/16
- [PULL 23/27] target/riscv/cpu.h: spelling fix: separatly, Michael Tokarev, 2023/11/16
- [PULL 24/27] tests/qtest/migration-test.c: spelling fix: bandwith, Michael Tokarev, 2023/11/16
- [PULL 25/27] tests/qtest/ufs-test.c: spelling fix: tranfer, Michael Tokarev, 2023/11/16
- [PULL 26/27] util/filemonitor-inotify.c: spelling fix: kenel, Michael Tokarev, 2023/11/16
- [PULL 27/27] util/range.c: spelling fix: inbetween,
Michael Tokarev <=
- Re: [PULL 00/27] Trivial patches for 2023-11-16, Stefan Hajnoczi, 2023/11/20