tests/migration: fix a typo in comment
authorMao Zhongyi <maozhongyi@cmss.chinamobile.com>
Fri, 4 Oct 2019 17:32:49 +0000 (01:32 +0800)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 21 Oct 2019 16:14:43 +0000 (18:14 +0200)
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>
tests/migration/stress.c

index d9aa4afe928b04c25546e02c5dbb2fb553392d57..0c239646934482d097d7d9634f1dd068899aed43 100644 (file)
@@ -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);