Skip to content

Commit 66dc8b2

Browse files
committed
cr-restore: Fix log message typo
Changed 'do' to 'does' in a log message. Signed-off-by: :| github-contact.ivy636@passinbox.com
1 parent c14c2ae commit 66dc8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

criu/cr-restore.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ static int __restore_task_with_children(void *_arg)
15361536

15371537
pid = getpid();
15381538
if (vpid(current) != pid) {
1539-
pr_err("Pid %d do not match expected %d\n", pid, vpid(current));
1539+
pr_err("Pid %d does not match expected %d\n", pid, vpid(current));
15401540
set_task_cr_err(EEXIST);
15411541
goto err;
15421542
}

0 commit comments

Comments
 (0)