commit 7a56f05510ab8977002bf0a13778409a1be42d88
parent fcb93413226deaed752dd37ea42c830c1f57054f
Author: Ted Unangst <tedu@openbsd.org>
Date: Wed, 29 Jul 2015 00:00:31 +0000
refine a comment
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git 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 <tedu@openbsd.org>
*
@@ -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,