The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/3189

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
"above" was used instead of "below"

Signed-off-by: Rachid Koucha <rachid.kou...@gmail.com>
From 317494f10043894b36896f39914d7bb546b35bc3 Mon Sep 17 00:00:00 2001
From: Rachid Koucha <47061324+rachid-kou...@users.noreply.github.com>
Date: Wed, 20 Nov 2019 13:03:47 +0100
Subject: [PATCH] Typo in a comment

"above" was used instead of "below"

Signed-off-by: Rachid Koucha <rachid.kou...@gmail.com>
---
 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 a9a07bc836..3cfc8b2f57 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);
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to