]> granicus.if.org Git - curl/commitdiff
comment language
authorDaniel Stenberg <daniel@haxx.se>
Mon, 12 Nov 2007 21:42:20 +0000 (21:42 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 Nov 2007 21:42:20 +0000 (21:42 +0000)
lib/url.c

index 3897925a94a4bdc0b3788d7fde8dfb89b750abeb..4ecfeee3ec2b27541567f9d84b47d324472a9e1a 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -3111,9 +3111,9 @@ static CURLcode setup_connection_internals(struct SessionHandle *data,
       return CURLE_OK;
     }
 
-  /* Protocol not found in table, but we don't have to assign it to anything
-     since it is already assign to a dummy-struct in the CreateConnection()
-     struct when the connectdata struct is allocated. */
+  /* The protocol was not found in the table, but we don't have to assign it
+     to anything since it is already assigned to a dummy-struct in the
+     CreateConnection() function when the connectdata struct is allocated. */
   failf(data, "Protocol %s not supported or disabled in " LIBCURL_NAME,
         conn->protostr);
   return CURLE_UNSUPPORTED_PROTOCOL;