mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
migration: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Fabiano Rosas <farosas@suse.de>
This commit is contained in:
parent
3ee44ec727
commit
d8b71d96b3
7 changed files with 8 additions and 8 deletions
|
@ -68,7 +68,7 @@ static int zstd_send_setup(MultiFDSendParams *p, Error **errp)
|
|||
p->id, ZSTD_getErrorName(res));
|
||||
return -1;
|
||||
}
|
||||
/* This is the maxium size of the compressed buffer */
|
||||
/* This is the maximum size of the compressed buffer */
|
||||
z->zbuff_len = ZSTD_compressBound(MULTIFD_PACKET_SIZE);
|
||||
z->zbuff = g_try_malloc(z->zbuff_len);
|
||||
if (!z->zbuff) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue