From 571856076ae43a247b968d4c0072f945b579112b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 30 Dec 1996 22:35:38 +0000 Subject: Comment fix. svn path=/trunk/; revision=712 --- socket.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'socket.c') 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. */ -- cgit v1.2.3