]> git.armaanb.net Git - opendoas.git/commitdiff
refine a comment
authorTed Unangst <tedu@openbsd.org>
Wed, 29 Jul 2015 00:00:31 +0000 (00:00 +0000)
committerTed Unangst <tedu@openbsd.org>
Wed, 29 Jul 2015 00:00:31 +0000 (00:00 +0000)
doas.c

diff --git a/doas.c b/doas.c
index 0a9aa0ef7a0ed09686402b8cdf019fffd9d88fcc..5fd53c063fdb002db96b6857c481706c62d9daf0 100644 (file)
--- 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,