From: Ted Unangst Date: Wed, 29 Jul 2015 00:00:31 +0000 (+0000) Subject: refine a comment X-Git-Tag: v0.1~49 X-Git-Url: https://git.armaanb.net/?p=opendoas.git;a=commitdiff_plain;h=7a56f05510ab8977002bf0a13778409a1be42d88 refine a comment --- diff --git a/doas.c b/doas.c index 0a9aa0e..5fd53c0 100644 --- a/doas.c +++ b/doas.c @@ -1,4 +1,4 @@ -/* $OpenBSD: doas.c,v 1.30 2015/07/28 19:49:04 zhuk Exp $ */ +/* $OpenBSD: doas.c,v 1.31 2015/07/28 21:36:03 deraadt Exp $ */ /* * Copyright (c) 2015 Ted Unangst * @@ -184,8 +184,7 @@ parseconfig(const char *filename, int checkperms) } /* - * Copy to envp environment variables from oldenvp which names are - * in safeset. + * Copy the environment variables in safeset from oldenvp to envp. */ static int copyenvhelper(const char **oldenvp, const char **safeset, int nsafe,