From e7d4d115566c113f2cba32f16857ea5e90c03be0 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 2 Sep 2008 20:38:12 +0000 Subject: sendto.c git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@868 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/net/uip/uip-udppoll.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/net/uip/uip-udppoll.c') diff --git a/nuttx/net/uip/uip-udppoll.c b/nuttx/net/uip/uip-udppoll.c index e664fcd73..649190b29 100644 --- a/nuttx/net/uip/uip-udppoll.c +++ b/nuttx/net/uip/uip-udppoll.c @@ -2,7 +2,7 @@ * net/uip/uip-udppoll.c * Poll for the availability of UDP TX data * - * Copyright (C) 2007 Gregory Nutt. All rights reserved. + * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Adapted for NuttX from logic in uIP which also has a BSD-like license: @@ -119,7 +119,7 @@ void uip_udppoll(struct uip_driver_s *dev, struct uip_udp_conn *conn) } } - /* Make sure that d_len is zerp meaning that there is nothing to be sent */ + /* Make sure that d_len is zero meaning that there is nothing to be sent */ dev->d_len = 0; } -- cgit v1.2.3