Commit 63a11487 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov

strip_deleted(): fix message

Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 60e76ca4
......@@ -780,7 +780,7 @@ int strip_deleted(struct fd_link *link)
at = link->len - prepends[i].len;
if (!strcmp(&link->name[at], prepends[i].str)) {
pr_debug("Stip %s' tag from '%s'\n",
pr_debug("Strip '%s' tag from '%s'\n",
prepends[i].str, link->name);
link->name[at] = '\0';
link->len -= prepends[i].len;
......
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