From f5cc384409301fb9f9fda705b31b0f9b12b75f8a Mon Sep 17 00:00:00 2001 From: Lionel Gauthier <lionel.gauthier@eurecom.fr> Date: Wed, 3 Jun 2015 09:44:13 +0000 Subject: [PATCH] typo git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7519 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair-cn/SCTP/sctp_eNB_task.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openair-cn/SCTP/sctp_eNB_task.c b/openair-cn/SCTP/sctp_eNB_task.c index a8d370658..8a7e50ee5 100644 --- a/openair-cn/SCTP/sctp_eNB_task.c +++ b/openair-cn/SCTP/sctp_eNB_task.c @@ -148,7 +148,7 @@ sctp_handle_new_association_req( // in init chunk appears a list of host addresses, IPv4 and IPv4 in an arbitrary (unsorted) order // SCTP hearbeats starts with first ipv4 addresses then stop triyng with other ipv4 addresses // if it encounters an IPv6 address in list, so we can force the building of IPv4 addresses only - // with AF_INET (of cource the working IPv4 address is the last in the list...) + // with AF_INET (the working IPv4 address can be the last in the list...) if ((sd = socket(AF_INET6, SOCK_STREAM, IPPROTO_SCTP)) < 0) { #else -- GitLab