aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
*/