summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorMao Zhongyi <maozhongyi@cmss.chinamobile.com>2019-10-05 01:32:49 +0800
committerLaurent Vivier <laurent@vivier.eu>2019-10-21 18:14:43 +0200
commit81864c2e6166c015d30b8d8ae998a5a1238a68e9 (patch)
tree32417233ebe5985505a1fb156f26d232fab0da14 /tests
parentb7a9e9647c2bf668d3014768f87ba57cb1b564ae (diff)
downloadfocaccia-qemu-81864c2e6166c015d30b8d8ae998a5a1238a68e9.tar.gz
focaccia-qemu-81864c2e6166c015d30b8d8ae998a5a1238a68e9.zip
tests/migration: fix a typo in comment
Signed-off-by: Mao Zhongyi <maozhongyi@cmss.chinamobile.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <1d0aa8142a10edf735dac0a3330c46e98b06e8eb.1570208781.git.maozhongyi@cmss.chinamobile.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'tests')
-rw-r--r--tests/migration/stress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/migration/stress.c b/tests/migration/stress.c
index d9aa4afe92..0c23964693 100644
--- a/tests/migration/stress.c
+++ b/tests/migration/stress.c
@@ -192,7 +192,7 @@ static int stressone(unsigned long long ramsizeMB)
 
     /* We don't care about initial state, but we do want
      * to fault it all into RAM, otherwise the first iter
-     * of the loop below will be quite slow. We cna't use
+     * of the loop below will be quite slow. We can't use
      * 0x0 as the byte as gcc optimizes that away into a
      * calloc instead :-) */
     memset(ram, 0xfe, ramsizeMB * 1024 * 1024);