From: Shuai Zhang Date: Wed, 3 Dec 2014 06:13:20 +0000 (+0800) Subject: fixed typo in comment X-Git-Tag: lxc-1.1.0.alpha3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8a600ea29c0b0372052b50fe48793ccdad7fc46;p=thirdparty%2Flxc.git fixed typo in comment Signed-off-by: Shuai Zhang Acked-by: Stéphane Graber --- diff --git a/src/lxc/lxc_user_nic.c b/src/lxc/lxc_user_nic.c index 6bf6c91d5..b183c3908 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)