summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2015-07-29 00:00:31 +0000
committertedu <tedu@openbsd.org>2015-07-29 00:00:31 +0000
commit876d2153a79f423e248cda2b715d50a503bb944a (patch)
tree3b1989bf3d9f355858757508d6453c0742d36bcf
parentadd Cisco to the list of clients that choke on the hostkeys update (diff)
downloadwireguard-openbsd-876d2153a79f423e248cda2b715d50a503bb944a.tar.xz
wireguard-openbsd-876d2153a79f423e248cda2b715d50a503bb944a.zip
refine a comment
-rw-r--r--usr.bin/doas/doas.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/doas/doas.c b/usr.bin/doas/doas.c
index 0f798ac38f3..8f7de3bedeb 100644
--- a/usr.bin/doas/doas.c
+++ b/usr.bin/doas/doas.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: doas.c,v 1.31 2015/07/28 21:36:03 deraadt Exp $ */
+/* $OpenBSD: doas.c,v 1.32 2015/07/29 00:00:31 tedu 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,