From a44cafdb091f9c8bfd81307713a0c010eca38ed1 Mon Sep 17 00:00:00 2001 From: Shuai Zhang Date: Wed, 3 Dec 2014 14:13:20 +0800 Subject: [PATCH] fixed typo in comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Shuai Zhang Acked-by: Stéphane Graber --- src/lxc/lxc_user_nic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/lxc_user_nic.c b/src/lxc/lxc_user_nic.c index e1f4e0a0c..ed63ea82f 100644 --- a/src/lxc/lxc_user_nic.c +++ b/src/lxc/lxc_user_nic.c @@ -541,7 +541,7 @@ out_err: /* * If the caller (real uid, not effective uid) may read the - * /proc/pid/net/ns, then it is either the caller's netns or one + * /proc/[pid]/ns/net, then it is either the caller's netns or one * which it created. */ static bool may_access_netns(int pid) -- 2.47.3