Commit 00ab805b authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov

cr-restore.c: fix a typo in a comment

Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 644ed099
...@@ -1591,7 +1591,7 @@ static int prepare_restorer_blob(void) ...@@ -1591,7 +1591,7 @@ static int prepare_restorer_blob(void)
{ {
/* /*
* We map anonymous mapping, not mremap the restorer itself later. * We map anonymous mapping, not mremap the restorer itself later.
* Otherwise the resoter vma would be tied to crtools binary which * Otherwise the restorer vma would be tied to crtools binary which
* in turn will lead to set-exe-file prctl to fail with EBUSY. * in turn will lead to set-exe-file prctl to fail with EBUSY.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment