aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-12-30 22:35:38 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-12-30 22:35:38 +0000
commit571856076ae43a247b968d4c0072f945b579112b (patch)
treeb3d3e2404306c0bcbe2ec3e44eece4162313b1b0 /socket.c
parent1244e654b243695367e70e847b74dac09f6fcee6 (diff)
downloadfetchmail-571856076ae43a247b968d4c0072f945b579112b.tar.gz
fetchmail-571856076ae43a247b968d4c0072f945b579112b.tar.bz2
fetchmail-571856076ae43a247b968d4c0072f945b579112b.zip
Comment fix.
svn path=/trunk/; revision=712
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/socket.c b/socket.c
index 4b4f5279..c552e31d 100644
--- a/socket.c
+++ b/socket.c
@@ -173,14 +173,13 @@ int SockWrite(char *buf, int size, int len, FILE *sockfp)
char *SockGets(char *buf, int len, FILE *sockfp)
{
return(fgets(buf, len, sockfp));
-
}
#endif
#ifdef MAIN
/*
- * Use the chargen service to test buffering directly.
+ * Use the chargen service to test input beuffering directly.
* You may have to uncomment the `chargen' service description in your
* inetd.conf (and then SIGHUP inetd) for this to work.
*/