]> 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:37 +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 e1f4e0a0cfda1fd08a3a650ea4282af2f5145e08..ed63ea82fd42e7484fb63959eb538348e21cad1a 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)