mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Fix a typo in the comment for tor_addr_port_split
This commit is contained in:
parent
cdbb04be10
commit
1949908d13
@ -1784,7 +1784,7 @@ tor_addr_port_parse(int severity, const char *addrport,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Given an address of the form "host[:port]", try to divide it into its host
|
/** Given an address of the form "host[:port]", try to divide it into its host
|
||||||
* ane port portions, setting *<b>address_out</b> to a newly allocated string
|
* and port portions, setting *<b>address_out</b> to a newly allocated string
|
||||||
* holding the address portion and *<b>port_out</b> to the port (or 0 if no
|
* holding the address portion and *<b>port_out</b> to the port (or 0 if no
|
||||||
* port is given). Return 0 on success, -1 on failure. */
|
* port is given). Return 0 on success, -1 on failure. */
|
||||||
int
|
int
|
||||||
|
Loading…
Reference in New Issue
Block a user