summaryrefslogtreecommitdiff
path: root/nuttx/net
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-13 16:58:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-13 16:58:49 +0000
commitd2e8f9f549edebda7029cca0d5704e09ea93f679 (patch)
tree069643454e1936db021400ccac6a92c4587bc240 /nuttx/net
parent05a6ec77b4fc41cc5b866b9228ee037fbf3eb902 (diff)
downloadpx4-nuttx-d2e8f9f549edebda7029cca0d5704e09ea93f679.tar.gz
px4-nuttx-d2e8f9f549edebda7029cca0d5704e09ea93f679.tar.bz2
px4-nuttx-d2e8f9f549edebda7029cca0d5704e09ea93f679.zip
Email address change in apps/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5143 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/net')
-rw-r--r--nuttx/net/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/send.c b/nuttx/net/send.c
index 950b3fc0b..8a5154191 100644
--- a/nuttx/net/send.c
+++ b/nuttx/net/send.c
@@ -268,7 +268,7 @@ static uint16_t send_interrupt(struct uip_driver_s *dev, void *pvconn,
* then the send won't actually make it out... it will be replaced with
* an ARP request.
*
- * NOTE 1: This could an expensive check if there are a lot of entries
+ * NOTE 1: This could be an expensive check if there are a lot of entries
* in the ARP table. Hence, we only check on the first packet -- when
* snd_sent is zero.
*