Commit b3994774 by Christian Brauner Committed by GitHub

Merge pull request #1512 from 0x0916/fix-comment

attach|unshare: fix the wrong comment
parents e6ceab45 281f36af
...@@ -142,7 +142,7 @@ static int my_parser(struct lxc_arguments* args, int c, char* arg) ...@@ -142,7 +142,7 @@ static int my_parser(struct lxc_arguments* args, int c, char* arg)
* *
* then we memmove() * then we memmove()
* *
* dest: del + 1 == ONT|PID * dest: del + 1 == OUNT|PID
* src: del + 3 == NT|PID * src: del + 3 == NT|PID
*/ */
while ((del = strstr(arg, "MOUNT"))) while ((del = strstr(arg, "MOUNT")))
......
...@@ -225,7 +225,7 @@ int main(int argc, char *argv[]) ...@@ -225,7 +225,7 @@ int main(int argc, char *argv[])
* *
* then we memmove() * then we memmove()
* *
* dest: del + 1 == ONT|PID * dest: del + 1 == OUNT|PID
* src: del + 3 == NT|PID * src: del + 3 == NT|PID
*/ */
while ((del = strstr(namespaces, "MOUNT"))) while ((del = strstr(namespaces, "MOUNT")))
......
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