summaryrefslogtreecommitdiff
path: root/nuttx/drivers/net/skeleton.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/net/skeleton.c')
-rw-r--r--nuttx/drivers/net/skeleton.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/drivers/net/skeleton.c b/nuttx/drivers/net/skeleton.c
index 1108a9405..5a47de221 100644
--- a/nuttx/drivers/net/skeleton.c
+++ b/nuttx/drivers/net/skeleton.c
@@ -1,7 +1,7 @@
/****************************************************************************
* drivers/net/skeleton.c
*
- * Copyright (C) 2007 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -202,7 +202,7 @@ static int skel_uiptxpoll(struct uip_driver_s *dev)
uip_arp_out(&skel->sk_dev);
skel_transmit(skel);
- /* Check if there is room in the DM90x0 to hold another packet. If not,
+ /* Check if there is room in the device to hold another packet. If not,
* return a non-zero value to terminate the poll.
*/
}
@@ -553,7 +553,7 @@ static int skel_txavail(struct uip_driver_s *dev)
*
****************************************************************************/
-/* Initialize the DM90x0 chip and driver */
+/* Initialize the Ethernet controller and driver */
int skel_initialize(void)
{