From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 12 Oct 2012 11:23:53 +0000 (+0000)
Subject: Fix a comment typo.
X-Git-Tag: v_3_0_20~254
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/static/faq/static/gitweb.js?a=commitdiff_plain;h=d416d6368199977e2e0a61b8c2d880f53251a671;p=privoxy.git

Fix a comment typo.
---

diff --git a/jbsockets.c b/jbsockets.c
index 2e20a83f..97d73356 100644
--- a/jbsockets.c
+++ b/jbsockets.c
@@ -1,4 +1,4 @@
-const char jbsockets_rcs[] = "$Id: jbsockets.c,v 1.114 2012/03/09 17:56:41 fabiankeil Exp $";
+const char jbsockets_rcs[] = "$Id: jbsockets.c,v 1.115 2012/10/12 11:17:48 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/jbsockets.c,v $
@@ -728,7 +728,7 @@ void drain_and_close_socket(jb_socket fd)
       int bytes_drained;
 
 #ifdef HAVE_SHUTDOWN
-/* Apparently Windows has shutdown() but now SHUT_WR */
+/* Apparently Windows has shutdown() but not SHUT_WR. */
 #ifndef SHUT_WR
 #define SHUT_WR 1
 #endif