comparison libfdcore/sctp.c @ 1228:e5010975da35

Fix typo in comment.
author Thomas Klausner <tk@giga.or.at>
date Thu, 18 Jul 2013 14:45:37 +0200
parents ce2b00dc86c1
children 85a425a201b6
comparison
equal deleted inserted replaced
1227:34c2ae08176f 1228:e5010975da35
961 free(sar.buf); 961 free(sar.buf);
962 } 962 }
963 return ret; 963 return ret;
964 } 964 }
965 965
966 /* Retrieve streams information from a connected association -- optionaly provide the primary address */ 966 /* Retrieve streams information from a connected association -- optionally provide the primary address */
967 int fd_sctp_get_str_info( int sock, uint16_t *in, uint16_t *out, sSS *primary ) 967 int fd_sctp_get_str_info( int sock, uint16_t *in, uint16_t *out, sSS *primary )
968 { 968 {
969 struct sctp_status status; 969 struct sctp_status status;
970 socklen_t sz = sizeof(status); 970 socklen_t sz = sizeof(status);
971 971
"Welcome to our mercurial repository"