]> git.proxmox.com Git - mirror_lxc.git/commitdiff
spelling: committer
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 06:52:23 +0000 (06:52 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 06:52:23 +0000 (06:52 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
src/lxc/start.c

index 55c2e0e99cf7d391f21ab02bf68127d0ca4fc7cf..583ba898391f5e65115a1293232a52580c490cdb 100644 (file)
@@ -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.