[lxc-devel] [lxc/master] Typo in a comment

Rachid-Koucha on Github lxc-bot at linuxcontainers.org
Wed Nov 20 12:04:08 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 394 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20191120/d857ef07/attachment.bin>
-------------- next part --------------
From 317494f10043894b36896f39914d7bb546b35bc3 Mon Sep 17 00:00:00 2001
From: Rachid Koucha <47061324+Rachid-Koucha at 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.koucha at 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);


More information about the lxc-devel mailing list