From: 0x0916 Date: Mon, 17 Apr 2017 14:57:41 +0000 (+0800) Subject: attach|unshare: fix the wrong comment X-Git-Tag: lxc-2.1.0~157^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1512%2Fhead;p=thirdparty%2Flxc.git attach|unshare: fix the wrong comment Signed-off-by: 0x0916 --- diff --git a/src/lxc/tools/lxc_attach.c b/src/lxc/tools/lxc_attach.c index ca66201c2..c5e319fdf 100644 --- a/src/lxc/tools/lxc_attach.c +++ b/src/lxc/tools/lxc_attach.c @@ -142,7 +142,7 @@ static int my_parser(struct lxc_arguments* args, int c, char* arg) * * then we memmove() * - * dest: del + 1 == ONT|PID + * dest: del + 1 == OUNT|PID * src: del + 3 == NT|PID */ while ((del = strstr(arg, "MOUNT"))) diff --git a/src/lxc/tools/lxc_unshare.c b/src/lxc/tools/lxc_unshare.c index 82c82448a..a0f943fd5 100644 --- a/src/lxc/tools/lxc_unshare.c +++ b/src/lxc/tools/lxc_unshare.c @@ -225,7 +225,7 @@ int main(int argc, char *argv[]) * * then we memmove() * - * dest: del + 1 == ONT|PID + * dest: del + 1 == OUNT|PID * src: del + 3 == NT|PID */ while ((del = strstr(namespaces, "MOUNT")))