comparison udp.c @ 6131:68fba42e1dea libavformat

Cosmetics: Change connexion to connection in code comments
author mstorsjo
date Mon, 14 Jun 2010 09:09:59 +0000
parents 7fdda2416684
children 4fc5e0e4e1cd
comparison
equal deleted inserted replaced
6130:a972e847775b 6131:68fba42e1dea
277 277
278 return 0; 278 return 0;
279 } 279 }
280 280
281 /** 281 /**
282 * Return the local port used by the UDP connexion 282 * Return the local port used by the UDP connection
283 * @param s1 media file context 283 * @param s1 media file context
284 * @return the local port number 284 * @return the local port number
285 */ 285 */
286 int udp_get_local_port(URLContext *h) 286 int udp_get_local_port(URLContext *h)
287 { 287 {