]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Typo in a comment
authorRachid Koucha <47061324+Rachid-Koucha@users.noreply.github.com>
Wed, 20 Nov 2019 12:03:47 +0000 (13:03 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Mon, 2 Dec 2019 13:07:22 +0000 (14:07 +0100)
"above" was used instead of "below"

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

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