Commit 2904f4ef authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

sk-tcp: Fix typo in message

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent e6548c2a
...@@ -832,7 +832,7 @@ int kerndat_tcp_repair_window() ...@@ -832,7 +832,7 @@ int kerndat_tcp_repair_window()
sk = socket(AF_INET, SOCK_STREAM, 0); sk = socket(AF_INET, SOCK_STREAM, 0);
if (sk < 0) { if (sk < 0) {
pr_perror("Unable to create a netlink socket"); pr_perror("Unable to create inet socket");
return -1; return -1;
} }
......
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