From d5a31413b4afdb8104c2c7a603f8ed14cdcfb828 Mon Sep 17 00:00:00 2001 From: Bastian Triller Date: Fri, 16 Oct 2020 12:36:13 +0200 Subject: [PATCH] core: fix typo in comment --- src/core/socket_info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/socket_info.c b/src/core/socket_info.c index d2e11493565..a46aba24ad6 100644 --- a/src/core/socket_info.c +++ b/src/core/socket_info.c @@ -2142,7 +2142,7 @@ void init_proto_order() /** - * parse '[port:]host[:port]' string to a broken down structure + * parse '[proto:]host[:port]' string to a broken down structure */ int parse_protohostport(str* ins, sr_phostp_t *r) { @@ -2230,7 +2230,7 @@ int parse_protohostport(str* ins, sr_phostp_t *r) } /** - * lookup a local socket by '[port:]host[:port]' string + * lookup a local socket by '[proto:]host[:port]' string */ struct socket_info* lookup_local_socket(str *phostp) {