summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-03-21 21:25:15 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2008-03-21 21:25:15 +0100
commit88da79df252446a4418c6a06289f7af9a137495e (patch)
tree133b047c0850bfb4e4076028e409f1b14cf56e8f /net
parent5864a49007e36af60b4959c32bf6b66058859dba (diff)
downloadbarebox-88da79df252446a4418c6a06289f7af9a137495e.tar.gz
barebox-88da79df252446a4418c6a06289f7af9a137495e.tar.xz
fix typo and indention
Diffstat (limited to 'net')
-rw-r--r--net/net.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/net.c b/net/net.c
index e970238603..42f1e44ab9 100644
--- a/net/net.c
+++ b/net/net.c
@@ -462,7 +462,7 @@ restart:
* Check the ethernet for a new packet. The ethernet
* receive routine will process it.
*/
- eth_rx();
+ eth_rx();
/*
* Abort if ctrl-c was pressed.
@@ -1099,7 +1099,7 @@ NetReceive(uchar * inpkt, int len)
* We have to deal with two types of ARP packets:
* - REQUEST packets will be answered by sending our
* IP address - if we know it.
- * - REPLY packates are expected only after we asked
+ * - REPLY packets are expected only after we asked
* for the TFTP server's or the gateway's ethernet
* address; so if we receive such a packet, we set
* the server ethernet address