]> Pileus Git - ~andy/fetchmail/blobdiff - socket.c
Comment fix.
[~andy/fetchmail] / socket.c
index 4b4f5279c99dd4c9d38beebed629824eda704472..c552e31dd6847a5320abd035e199bfeeb160e9ee 100644 (file)
--- 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. 
  */