Fix formatting in comment in parse_port_config()
In parse_port_config()
, this comment:
/* Try parsing integer port before address, because, who knows?
"9050" might be a valid address. */
should be:
/* Try parsing integer port before address, because, who knows?
* "9050" might be a valid address. */