diff options
author | Mike Heffner <mikeh@FreeBSD.org> | 2001-12-23 06:12:41 +0000 |
---|---|---|
committer | Mike Heffner <mikeh@FreeBSD.org> | 2001-12-23 06:12:41 +0000 |
commit | 9b12c3f3139f6b8c4dc961a0c0aebf4ae8b2a087 (patch) | |
tree | 78d61d051a856df15c3d7988fe8d5fbd8fd7431f /usr.bin | |
parent | 6aebdaaf0aa7885511fee47f9171e67f19c7f793 (diff) | |
download | src-9b12c3f3139f6b8c4dc961a0c0aebf4ae8b2a087.tar.gz src-9b12c3f3139f6b8c4dc961a0c0aebf4ae8b2a087.zip |
Fix comment.
Notes
Notes:
svn path=/head/; revision=88434
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mail/collect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mail/collect.c b/usr.bin/mail/collect.c index aa552ba1b621..30d8533d2210 100644 --- a/usr.bin/mail/collect.c +++ b/usr.bin/mail/collect.c @@ -284,7 +284,7 @@ cont: case 'A': case 'a': /* - * Insert named variable in message + * Insert named variable in message. */ switch(c) { case 'i': |