From 5989db9f2770638c287d85d0adb59134bd4adeb2 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 25 Nov 2007 14:59:23 +0100 Subject: [PATCH] net.c: Typo. --- net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.39.2