From 1315fff7e9a15a8038c73a8a3f9c1ce50cb0d7af Mon Sep 17 00:00:00 2001 From: eadler Date: Thu, 15 Mar 2018 05:13:29 +0000 Subject: MFC r302533: mail(1): Fix a comment. --- usr.bin/mail/collect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/mail/collect.c b/usr.bin/mail/collect.c index 4b73def..544e677 100644 --- a/usr.bin/mail/collect.c +++ b/usr.bin/mail/collect.c @@ -49,7 +49,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. */ -- cgit v1.1