summaryrefslogtreecommitdiff
path: root/nuttx/drivers/net/skeleton.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-17 16:24:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-17 16:24:47 +0000
commita2ed85e342d6705578a222f3a1e0bf9c0ae08e21 (patch)
tree52b47df2ed05bb462f69d81288d7b89a37253cb7 /nuttx/drivers/net/skeleton.c
parent98ac5f930c4652765e60fcbfd2a7924d9eb1a206 (diff)
downloadpx4-nuttx-a2ed85e342d6705578a222f3a1e0bf9c0ae08e21.tar.gz
px4-nuttx-a2ed85e342d6705578a222f3a1e0bf9c0ae08e21.tar.bz2
px4-nuttx-a2ed85e342d6705578a222f3a1e0bf9c0ae08e21.zip
Completes first cut at Kinetis ethernet driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3889 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/net/skeleton.c')
-rw-r--r--nuttx/drivers/net/skeleton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/net/skeleton.c b/nuttx/drivers/net/skeleton.c
index 93dd8a82a..63da293f0 100644
--- a/nuttx/drivers/net/skeleton.c
+++ b/nuttx/drivers/net/skeleton.c
@@ -163,7 +163,7 @@ static int skel_transmit(FAR struct skel_driver_s *skel)
{
/* Verify that the hardware is ready to send another packet. If we get
* here, then we are committed to sending a packet; Higher level logic
- * must have assured that there is not transmission in progress.
+ * must have assured that there is no transmission in progress.
*/
/* Increment statistics */