Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'compel/arch')
-rw-r--r--compel/arch/x86/src/lib/infect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compel/arch/x86/src/lib/infect.c b/compel/arch/x86/src/lib/infect.c
index d7865796e..98e2512e7 100644
--- a/compel/arch/x86/src/lib/infect.c
+++ b/compel/arch/x86/src/lib/infect.c
@@ -303,9 +303,9 @@ static int corrupt_extregs(pid_t pid)
/*
* Error log-level as:
- * - not intended to be used outside of testing,
+ * - not intended to be used outside of testing;
* - zdtm.py will grep it auto-magically from logs
- * (and the seed will be known from an automatical testing)
+ * (and the seed will be known from automatic testing).
*/
pr_err("Corrupting %s for %d, seed %u\n", use_xsave ? "xsave" : "fpuregs", pid, init_seed);