From 1dea649cff8fe9848d997ca62beca40a09b92479 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Thu, 3 Mar 2016 22:48:10 +0100 Subject: [PATCH] Fix comment in tcp.c --- src/core/tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/tcp.c b/src/core/tcp.c index c45a04d0..34e86250 100644 --- a/src/core/tcp.c +++ b/src/core/tcp.c @@ -1505,7 +1505,7 @@ tcp_new(void) * place it on any of the TCP PCB lists. * The pcb is not put on any list until binding using tcp_bind(). * - * @param IP address type, see IPADDR_TYPE_XX definitions. + * @param type IP address type, see IPADDR_TYPE_XX definitions. * @return a new tcp_pcb that initially is in state CLOSED */ struct tcp_pcb *