summaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
diff options
context:
space:
mode:
authorIvan Markin <twim@riseup.net>2016-11-10 22:10:31 +0000
committerNick Mathewson <nickm@torproject.org>2016-11-17 20:05:19 -0500
commita847e16cbb4cac45439ea02221751de2bc3dc380 (patch)
tree9b8ff4f165b6db8623cb7eeff07bbfe2ca666846 /src/or/rendservice.c
parent9a790f7325049fdb3b48e86879cd05373cbcd1e3 (diff)
downloadtor-a847e16cbb4cac45439ea02221751de2bc3dc380.tar.gz
tor-a847e16cbb4cac45439ea02221751de2bc3dc380.zip
Fix comment for rend_service_parse_port_config()
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r--src/or/rendservice.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index 0819d8a713..76447a4a46 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -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)?
*