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-Tag: lxc-4.0.0~94^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=317494f10043894b36896f39914d7bb546b35bc3;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 a9a07bc83..3cfc8b2f5 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -1321,7 +1321,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);