Fix a typo.

This commit is contained in:
Gregory Nutt 2018-06-26 07:01:27 -06:00
parent 8e6afb958a
commit cf3dd19352

View File

@ -71,7 +71,7 @@
****************************************************************************/
#ifdef CONFIG_NET_UDP_BINDTODEVICE
FAR struct net_driver_s *upd_bound_device(FAR struct udp_conn_s *conn)
static FAR struct net_driver_s *upd_bound_device(FAR struct udp_conn_s *conn)
{
FAR struct net_driver_s *dev = NULL;
@ -90,7 +90,7 @@ FAR struct net_driver_s *upd_bound_device(FAR struct udp_conn_s *conn)
* socket.
*/
conn->bounto = 0;
conn->boundto = 0;
}
}