From 88f8a963db2ca6ad30f5d2414396a418439d9790 Mon Sep 17 00:00:00 2001 From: pfg Date: Mon, 11 Jul 2016 00:03:39 +0000 Subject: [PATCH] mail(1): Fix a comment. Obtained from: NetBSD (CVS Rev 1.29) --- usr.bin/mail/collect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/mail/collect.c b/usr.bin/mail/collect.c index ef72e9f3d89..7a3b27cfea0 100644 --- a/usr.bin/mail/collect.c +++ b/usr.bin/mail/collect.c @@ -47,7 +47,7 @@ __FBSDID("$FreeBSD$"); #include "extern.h" /* - * Read a message from standard output and return a read file to it + * Read a message from standard input and return a read file to it * or NULL on error. */ -- 2.11.4.GIT