summary refs log tree commit diff stats
path: root/tests/tcg/aarch64/system/semiheap.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcg/aarch64/system/semiheap.c')
-rw-r--r--tests/tcg/aarch64/system/semiheap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcg/aarch64/system/semiheap.c b/tests/tcg/aarch64/system/semiheap.c
index 693a1b037d..1a8c0f31a0 100644
--- a/tests/tcg/aarch64/system/semiheap.c
+++ b/tests/tcg/aarch64/system/semiheap.c
@@ -86,7 +86,7 @@ int main(int argc, char *argv[argc])
         }
         ptr_to_heap++;
     }
-    ml_printf("r/w to heap upto %p\n", ptr_to_heap);
+    ml_printf("r/w to heap up to %p\n", ptr_to_heap);
 
     ml_printf("Passed HeapInfo checks\n");
     return 0;