]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
net/colo-compare.c: Update the default value comments
authorZhang Chen <chen.zhang@intel.com>
Fri, 14 Jan 2022 05:09:01 +0000 (13:09 +0800)
committerJason Wang <jasowang@redhat.com>
Mon, 14 Feb 2022 03:50:44 +0000 (11:50 +0800)
Make the comments consistent with the REGULAR_PACKET_CHECK_MS.

Signed-off-by: Zhang Chen <chen.zhang@intel.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/colo-compare.c

index 216de5a12b0ba56647b3f89d581336f52553c9a7..62554b5b3c8f18853bdc9bd4d2849b8ab837214a 100644 (file)
@@ -1267,7 +1267,7 @@ static void colo_compare_complete(UserCreatable *uc, Error **errp)
     }
 
     if (!s->expired_scan_cycle) {
-        /* Set default value to 3000 MS */
+        /* Set default value to 1000 MS */
         s->expired_scan_cycle = REGULAR_PACKET_CHECK_MS;
     }