X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=net.c;h=cffd250e182d36e94a1ffe06db9f96abcabe3100;hb=b635d7d83e5475ae471536ce9275be14e18fd539;hp=58221fa6754a950ba52bbb272df9438b63a0824c;hpb=49c5a95ab4ca28d13c6faff59110447aeb0099a5;p=paraslash.git diff --git a/net.c b/net.c index 58221fa6..cffd250e 100644 --- a/net.c +++ b/net.c @@ -516,7 +516,7 @@ int recv_cred_buffer(int fd, char *buf, size_t size) /** * Create a tcp socket, bind it and listen on the given port. * - * \param Port the tcp port to listen on. + * \param port The tcp port to listen on. * * \return The file descriptor of the created socket, negative on errors. *