by by -> by

Obtained from:	OpenBSD
MFC After:	1 week
This commit is contained in:
Kris Kennaway 2001-07-23 11:00:31 +00:00
parent c677c22f8f
commit 3697d3f8ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=80201

View File

@ -113,7 +113,7 @@ myfork()
static void
run_file(const char *filename, uid_t uid, gid_t gid)
{
/* Run a file by by spawning off a process which redirects I/O,
/* Run a file by spawning off a process which redirects I/O,
* spawns a subshell, then waits for it to complete and sends
* mail to the user.
*/