mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
Fix a typo in the comment for tor_addr_port_split
This commit is contained in:
parent
cdbb04be10
commit
1949908d13
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
* 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
|
||||
* port is given). Return 0 on success, -1 on failure. */
|
||||
int
|
||||
|
|
Loading…
Add table
Reference in a new issue