mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 09:50:29 +00:00
fix typo in conn.c
This commit is contained in:
parent
79ffa9132b
commit
b0caf5984e
@ -591,7 +591,7 @@ set_v6_only(int af, int sock)
|
|||||||
/**
|
/**
|
||||||
* Initialize new listening port.
|
* Initialize new listening port.
|
||||||
*
|
*
|
||||||
* @param listen_addr Local address to bind the socet to (can be 0.0.0.0).
|
* @param listen_addr Local address to bind the socket to (can be 0.0.0.0).
|
||||||
* @param Port Port number on which the new socket should be listening.
|
* @param Port Port number on which the new socket should be listening.
|
||||||
* @returns file descriptor of the socket or -1 on failure.
|
* @returns file descriptor of the socket or -1 on failure.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user