From: Rachid Koucha <47061324+Rachid-Koucha@users.noreply.github.com> Date: Wed, 20 Nov 2019 12:03:47 +0000 (+0100) Subject: Typo in a comment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d718cb9552f9de6df37f6aa4b0ac99dcba739db0;p=thirdparty%2Flxc.git Typo in a comment "above" was used instead of "below" Signed-off-by: Rachid Koucha --- diff --git a/src/lxc/start.c b/src/lxc/start.c index 3f5251ce0..b06856dc9 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -1300,7 +1300,7 @@ static int do_start(void *data) /* Add the requested environment variables to the current environment to * allow them to be used by the various hooks, such as the start hook - * above. + * below. */ lxc_list_for_each(iterator, &handler->conf->environment) { ret = putenv((char *)iterator->elem);