From: Josh Soref Date: Tue, 30 Oct 2018 06:52:23 +0000 (+0000) Subject: spelling: committer X-Git-Tag: lxc-3.1.0~26^2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b35ddc5b6f8fe3f6209786ab44eee1c576e71c89;p=thirdparty%2Flxc.git spelling: committer Signed-off-by: Josh Soref --- diff --git a/src/lxc/start.c b/src/lxc/start.c index 55c2e0e99..583ba8983 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -1503,7 +1503,7 @@ int resolve_clone_flags(struct lxc_handler *handler) * getpid() in the child would return the parent's pid. This is all fixed in * newer glibc versions where the getpid() cache is removed and the pid/tid is * not reset anymore. - * However, if for whatever reason you - dear commiter - somehow need to get the + * However, if for whatever reason you - dear committer - somehow need to get the * pid of the dummy intermediate process for do_share_ns() you need to call * lxc_raw_getpid(). The next lxc_raw_clone() call does not employ CLONE_VM and * will be fine.