aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-15 19:44:10 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-15 19:44:10 +0000
commita147a777842e22c5ef0ca1ca86cfe61f952056a4 (patch)
tree62ecaad31f709bc76f15cf9e6849dd6feef7d5a3 /fetchmail.h
parentd4ae9fed10eab45ac9dd12086cc22f2822c4f3cd (diff)
downloadfetchmail-a147a777842e22c5ef0ca1ca86cfe61f952056a4.tar.gz
fetchmail-a147a777842e22c5ef0ca1ca86cfe61f952056a4.tar.bz2
fetchmail-a147a777842e22c5ef0ca1ca86cfe61f952056a4.zip
Comment improvement.
svn path=/trunk/; revision=544
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index b1ebf927..6acd0c99 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -19,7 +19,7 @@
#define POPBUFSIZE 512 /* per RFC 937 */
#define MSGBUFSIZE 2048 /* size of message read buffer */
#define HOSTLEN 128 /* max hostname length */
-#define USERNAMELEN 32 /* max user-length */
+#define USERNAMELEN 32 /* max user-name length */
#define PASSWORDLEN 64 /* max password length */
#define FOLDERLEN 256 /* max folder name length */
#define DIGESTLEN 33 /* length of MD5 digest */