From 58279559e84318ec74d0d08f5bef4a5df803ab4e Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 9 May 2008 18:53:59 +0000 Subject: [PATCH] Fix comment grammar. --- jcc.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jcc.c b/jcc.c index 5a05d086..f58152c0 100644 --- a/jcc.c +++ b/jcc.c @@ -1,4 +1,4 @@ -const char jcc_rcs[] = "$Id: jcc.c,v 1.173 2008/05/06 15:09:00 fabiankeil Exp $"; +const char jcc_rcs[] = "$Id: jcc.c,v 1.174 2008/05/07 18:05:53 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.c,v $ @@ -33,6 +33,9 @@ const char jcc_rcs[] = "$Id: jcc.c,v 1.173 2008/05/06 15:09:00 fabiankeil Exp $" * * Revisions : * $Log: jcc.c,v $ + * Revision 1.174 2008/05/07 18:05:53 fabiankeil + * Remove the pointless buffer in client_protocol_is_unsupported(). + * * Revision 1.173 2008/05/06 15:09:00 fabiankeil * Least-effort fix for bug #1821930 (reported by Lee): * If the response doesn't look like HTTP, @@ -3004,7 +3007,7 @@ int main(int argc, const char *argv[]) * Parse the command line arguments * * XXX: simply printing usage information in case of - * invalid arguments isn't particular user friendly. + * invalid arguments isn't particularly user friendly. */ while (++argc_pos < argc) { -- 2.39.2