]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Typo in a comment 3189/head
authorRachid Koucha <47061324+Rachid-Koucha@users.noreply.github.com>
Wed, 20 Nov 2019 12:03:47 +0000 (13:03 +0100)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2019 12:03:47 +0000 (13:03 +0100)
"above" was used instead of "below"

Signed-off-by: Rachid Koucha <rachid.koucha@gmail.com>
src/lxc/start.c

index a9a07bc836a130426aea2c520356a16b63ef081c..3cfc8b2f57a2a25e85142fcea90a9f9688afaf7a 100644 (file)
@@ -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);