]> git.proxmox.com Git - mirror_qemu.git/commitdiff
migration/multifd: fix a typo in comment of multifd_recv_unfill_packet()
authorWei Yang <richardw.yang@linux.intel.com>
Fri, 11 Oct 2019 08:50:47 +0000 (16:50 +0800)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Fri, 11 Oct 2019 14:01:44 +0000 (15:01 +0100)
Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
Message-Id: <20191011085050.17622-2-richardw.yang@linux.intel.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/ram.c

index 071687ef37815b517d9ffec11037a725a295f161..698ba4d669a62690a0f185eba3569e1e97a22e24 100644 (file)
@@ -838,7 +838,7 @@ static int multifd_recv_unfill_packet(MultiFDRecvParams *p, Error **errp)
 
     packet->pages_alloc = be32_to_cpu(packet->pages_alloc);
     /*
-     * If we recevied a packet that is 100 times bigger than expected
+     * If we received a packet that is 100 times bigger than expected
      * just stop migration.  It is a magic number.
      */
     if (packet->pages_alloc > pages_max * 100) {