mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
Fix typos in comments
This is less useful than fixing typos in output messages, but anyway. Signed-off-by: Kir Kolyshkin <kir@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
d90d4b1b88
commit
41c7ca8218
@@ -126,7 +126,7 @@ static unsigned int get_ns_id(int pid, struct ns_desc *nd)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* XXX: Does it make sence to validate kernel links to <name>:[<id>]? */
|
||||
/* XXX: Does it make sense to validate kernel links to <name>:[<id>]? */
|
||||
kid = strtoul(ns_id + strlen(nd->str) + 2, &end, 10);
|
||||
return generate_ns_id(pid, kid, nd);
|
||||
}
|
||||
@@ -226,7 +226,7 @@ int dump_namespaces(struct pid *ns_pid, unsigned int ns_flags)
|
||||
* parallel with task dumping routine.
|
||||
*
|
||||
* However, the question how to dump sockets from the target
|
||||
* net namesapce with this is still open
|
||||
* net namespace with this is still open
|
||||
*/
|
||||
|
||||
pr_info("Dumping %d(%d)'s namespaces\n", ns_pid->virt, ns_pid->real);
|
||||
|
Reference in New Issue
Block a user