diff options
author | Olaf Hering <olaf@aepfle.de> | 2021-07-08 18:21:59 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2021-07-09 18:42:46 +0200 |
commit | 179a808045f16e5d9fee06510f0b5ca5ff0c69e8 (patch) | |
tree | 67cf399cf41f3fe2fbc8787b865aa204576c5130 /migration/ram.c | |
parent | 3b51b506686f41dba55a0e9567c4d9a7ffb8632c (diff) |
migration: fix typo in mig_throttle_guest_down comment
Fixes commit 3d0684b2ad82a5dde68e3f08b0d7786dccaf619c ("ram: Update
all functions comments")
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210708162159.18045-1-olaf@aepfle.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'migration/ram.c')
-rw-r--r-- | migration/ram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/ram.c b/migration/ram.c index 723af67c2e..88ff34f574 100644 --- a/migration/ram.c +++ b/migration/ram.c @@ -600,7 +600,7 @@ static size_t save_page_header(RAMState *rs, QEMUFile *f, RAMBlock *block, } /** - * mig_throttle_guest_down: throotle down the guest + * mig_throttle_guest_down: throttle down the guest * * Reduce amount of guest cpu execution to hopefully slow down memory * writes. If guest dirty memory rate is reduced below the rate at |