On 14/11/2023 17.58, Michael Tokarev wrote:
Fixes: 67c31c9c1af1 "migration: Don't abuse qemu_file transferred for RDMA"
Cc: Juan Quintela <quint...@redhat.com>
Signed-off-by: Michael Tokarev <m...@tls.msk.ru>
---
migration/rdma.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/migration/rdma.c b/migration/rdma.c
index 6a29e53daf..04debab5d9 100644
--- a/migration/rdma.c
+++ b/migration/rdma.c
@@ -2204,7 +2204,7 @@ retry:
stat64_add(&mig_stats.normal_pages, sge.length / qemu_target_page_size());
/*
* We are adding to transferred the amount of data written, but no
- * overhead at all. I will asume that RDMA is magicaly and don't
+ * overhead at all. I will assume that RDMA is magicaly and don't
* need to transfer (at least) the addresses where it wants to
* write the pages. Here it looks like it should be something
* like:
Reviewed-by: Thomas Huth <th...@redhat.com>