X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=net.c;h=cffd250e182d36e94a1ffe06db9f96abcabe3100;hb=5989db9f2770638c287d85d0adb59134bd4adeb2;hp=58221fa6754a950ba52bbb272df9438b63a0824c;hpb=f7d66eb4d34ef6ced15be21c809fbe046659264d;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. *