Unverified Commit d718cb95 by Rachid Koucha Committed by Christian Brauner

Typo in a comment

"above" was used instead of "below" Signed-off-by: 's avatarRachid Koucha <rachid.koucha@gmail.com>
parent 11fc6882
...@@ -1300,7 +1300,7 @@ static int do_start(void *data) ...@@ -1300,7 +1300,7 @@ static int do_start(void *data)
/* Add the requested environment variables to the current environment to /* Add the requested environment variables to the current environment to
* allow them to be used by the various hooks, such as the start hook * allow them to be used by the various hooks, such as the start hook
* above. * below.
*/ */
lxc_list_for_each(iterator, &handler->conf->environment) { lxc_list_for_each(iterator, &handler->conf->environment) {
ret = putenv((char *)iterator->elem); ret = putenv((char *)iterator->elem);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment