From b35ddc5b6f8fe3f6209786ab44eee1c576e71c89 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 30 Oct 2018 06:52:23 +0000 Subject: [PATCH] spelling: committer Signed-off-by: Josh Soref --- src/lxc/start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2