1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-28 04:46:17 +00:00

fix typo in conn.c

This commit is contained in:
salaaad2 2021-05-27 18:19:30 +02:00 committed by Alexander Barton
parent 79ffa9132b
commit b0caf5984e

View File

@ -591,7 +591,7 @@ set_v6_only(int af, int sock)
/**
* 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.
* @returns file descriptor of the socket or -1 on failure.
*/