From e5ccfbb240da1638f81db5fc0fa32998c8b9fca9 Mon Sep 17 00:00:00 2001 From: Shubham Verma Date: Fri, 2 Dec 2022 01:52:20 +0530 Subject: [PATCH] Fix typo in comment Signed-off-by: Shubham Verma --- test/zdtm/static/s390x_regs_check.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/zdtm/static/s390x_regs_check.c b/test/zdtm/static/s390x_regs_check.c index 40c480b3f..82dca0519 100644 --- a/test/zdtm/static/s390x_regs_check.c +++ b/test/zdtm/static/s390x_regs_check.c @@ -40,13 +40,13 @@ const char *test_author = "Michael Holzheu "; * * - Verify that "criu restore" sets the correct register sets * from "criu dump": - * $ zdtmp.py run -t zdtm/static/s390x_regs_check + * $ zdtm.py run -t zdtm/static/s390x_regs_check * * - Verify that dumpee continues running with correct registers after * parasite injection: - * $ zdtmp.py run --norst -t zdtm/static/s390x_regs_check - * $ zdtmp.py run --norst --pre 2 -t zdtm/static/s390x_regs_check - * $ zdtmp.py run --check-only -t zdtm/static/s390x_regs_check + * $ zdtm.py run --norst -t zdtm/static/s390x_regs_check + * $ zdtm.py run --norst --pre 2 -t zdtm/static/s390x_regs_check + * $ zdtm.py run --check-only -t zdtm/static/s390x_regs_check */ #define NR_THREADS 2 #define NR_THREADS_ALL (NR_THREADS + 1)