diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2015-07-29 00:00:32 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2015-07-29 00:00:32 +0000 |
commit | 0570bc829f17be54336aa00b04fdc334d53f2406 (patch) | |
tree | 8778f30a60cce6cf8989920822bf4e1e93f521b5 /usr.bin | |
parent | 41eaf8d8db393eb2c158e8e3e303b3bd4ec158d5 (diff) |
refine a comment
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/doas/doas.c | 5 |
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, |