mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00:00
misc/other: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
@ -197,7 +197,7 @@ static void *connect_thread_func(void *opaque)
|
||||
* conn->updated_info will finally be returned to the user. Clear the
|
||||
* pointers to our internally allocated strings, which are IN parameters
|
||||
* of nbd_receive_negotiate() and therefore nbd_connect(). Caller
|
||||
* shoudn't be interested in these fields.
|
||||
* shouldn't be interested in these fields.
|
||||
*/
|
||||
conn->updated_info.x_dirty_bitmap = NULL;
|
||||
conn->updated_info.name = NULL;
|
||||
|
Reference in New Issue
Block a user