2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

Change crtools to criu in comments

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Kir Kolyshkin
2013-05-09 10:58:04 -07:00
committed by Pavel Emelyanov
parent c19e62f87c
commit 3e8b82d367
5 changed files with 6 additions and 6 deletions

View File

@@ -95,7 +95,7 @@ static int crtools_prepare_shared(struct cr_options *opts)
if (prepare_shared_fdinfo())
return -1;
/* Connections are unlocked from crtools */
/* Connections are unlocked from criu */
if (collect_inet_sockets())
return -1;
@@ -1591,7 +1591,7 @@ static int prepare_restorer_blob(void)
{
/*
* We map anonymous mapping, not mremap the restorer itself later.
* Otherwise the restorer vma would be tied to crtools binary which
* Otherwise the restorer vma would be tied to criu binary which
* in turn will lead to set-exe-file prctl to fail with EBUSY.
*/