Commit 1949908d authored by teor (Tim Wilson-Brown)'s avatar teor (Tim Wilson-Brown)
Browse files

Fix a typo in the comment for tor_addr_port_split

parent cdbb04be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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