summary refs log tree commit diff stats
path: root/migration/migration.h
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2023-07-14 14:32:41 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2023-07-25 17:13:20 +0300
commitd8b71d96b336054ac3cd0c9351b0cb75c47281ad (patch)
treeea2b52db0e6f5e0cf3995a9567dcbd0ad0b0c46c /migration/migration.h
parent3ee44ec72753ec0ff05ad1569dfa609203d722b2 (diff)
downloadfocaccia-qemu-d8b71d96b336054ac3cd0c9351b0cb75c47281ad.tar.gz
focaccia-qemu-d8b71d96b336054ac3cd0c9351b0cb75c47281ad.zip
migration: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Diffstat (limited to 'migration/migration.h')
-rw-r--r--migration/migration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/migration/migration.h b/migration/migration.h
index b7c8b67542..6eea18db36 100644
--- a/migration/migration.h
+++ b/migration/migration.h
@@ -134,7 +134,7 @@ struct MigrationIncomingState {
     /*
      * Always set by the main vm load thread only, but can be read by the
      * postcopy preempt thread.  "volatile" makes sure all reads will be
-     * uptodate across cores.
+     * up-to-date across cores.
      */
     volatile PreemptThreadStatus preempt_thread_status;
     /*
@@ -409,7 +409,7 @@ struct MigrationState {
      *   channel itself.
      *
      * - postcopy preempt channel will be created at the switching phase
-     *   from precopy -> postcopy (to avoid race condtion of misordered
+     *   from precopy -> postcopy (to avoid race condition of misordered
      *   creation of channels).
      *
      * NOTE: See message-id <ZBoShWArKDPpX/D7@work-vm> on qemu-devel