]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
fixed typo in comment
authorShuai Zhang <zs.broccoli@gmail.com>
Wed, 3 Dec 2014 06:13:20 +0000 (14:13 +0800)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 3 Dec 2014 16:04:19 +0000 (11:04 -0500)
Signed-off-by: Shuai Zhang <zs.broccoli@gmail.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/lxc_user_nic.c

index 6bf6c91d5e8375ce3e6640e93127df9501b0f987..b183c3908fb57f8f20a8f3d6e572e27dc2d3e420 100644 (file)
@@ -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)