summaryrefslogtreecommitdiff
path: root/usr.bin/mail
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-07-11 00:03:39 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-07-11 00:03:39 +0000
commit24b797cc1a230e751e1aa1e3f50c4868a4d1e6bc (patch)
tree416be4f673d6e8ba7d9a788493acca193cb96b4b /usr.bin/mail
parent53d08a21d415b747d2d29258ffaf952fa0cb9056 (diff)
downloadsrc-test-24b797cc1a230e751e1aa1e3f50c4868a4d1e6bc.tar.gz
src-test-24b797cc1a230e751e1aa1e3f50c4868a4d1e6bc.zip
mail(1): Fix a comment.
Obtained from: NetBSD (CVS Rev 1.29)
Notes
Notes: svn path=/head/; revision=302533
Diffstat (limited to 'usr.bin/mail')
-rw-r--r--usr.bin/mail/collect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mail/collect.c b/usr.bin/mail/collect.c
index ef72e9f3d89e4..7a3b27cfea0c1 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.
*/