From d8b71d96b336054ac3cd0c9351b0cb75c47281ad Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Fri, 14 Jul 2023 14:32:41 +0300 Subject: migration: spelling fixes Signed-off-by: Michael Tokarev Reviewed-by: Fabiano Rosas --- migration/multifd-zlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'migration/multifd-zlib.c') diff --git a/migration/multifd-zlib.c b/migration/multifd-zlib.c index 81701250ad..37ce48621e 100644 --- a/migration/multifd-zlib.c +++ b/migration/multifd-zlib.c @@ -57,7 +57,7 @@ static int zlib_send_setup(MultiFDSendParams *p, Error **errp) err_msg = "deflate init failed"; goto err_free_z; } - /* This is the maxium size of the compressed buffer */ + /* This is the maximum size of the compressed buffer */ z->zbuff_len = compressBound(MULTIFD_PACKET_SIZE); z->zbuff = g_try_malloc(z->zbuff_len); if (!z->zbuff) { -- cgit v1.2.3