]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix comment for rend_service_parse_port_config()
authorIvan Markin <twim@riseup.net>
Thu, 10 Nov 2016 22:10:31 +0000 (22:10 +0000)
committerNick Mathewson <nickm@torproject.org>
Fri, 18 Nov 2016 01:05:19 +0000 (20:05 -0500)
src/or/rendservice.c

index 0819d8a7139452319126620f6dba6f960f2a1be8..76447a4a463c87d334250313957b7efc316283bb 100644 (file)
@@ -344,9 +344,9 @@ rend_service_port_config_new(const char *socket_path)
   return conf;
 }
 
-/** Parses a real-port to virtual-port mapping separated by the provided
- * separator and returns a new rend_service_port_config_t, or NULL and an
- * optional error string on failure.
+/** Parses a virtual-port to real-port/socket mapping separated by
+ * the provided separator and returns a new rend_service_port_config_t,
+ * or NULL and an optional error string on failure.
  *
  * The format is: VirtualPort SEP (IP|RealPort|IP:RealPort|'socket':path)?
  *