diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2023-11-14 19:10:13 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-11-15 11:59:54 +0300 |
commit | e3fc69343c4d204c3aec584f41a793f1ac709011 (patch) | |
tree | a873b28f799575e3d30a94caf278d7461bc9584d /migration/rdma.c | |
parent | 385b3280ce755448e95d4376d514b3ae001931db (diff) |
migration/rdma.c: spelling fix: asume
Fixes: 67c31c9c1af1 "migration: Don't abuse qemu_file transferred for RDMA"
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'migration/rdma.c')
-rw-r--r-- | migration/rdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |