[U-Boot] [PATCH v3 5/5] net/tftp.c: fix typo
Luca Ceresoli
luca.ceresoli at comelit.it
Tue May 17 12:03:41 CEST 2011
Signed-off-by: Luca Ceresoli <luca.ceresoli at comelit.it>
Cc: Wolfgang Denk <wd at denx.de>
---
Changes in v3: this patch is new in v3.
net/tftp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/tftp.c b/net/tftp.c
index 6d44298..a893e02 100644
--- a/net/tftp.c
+++ b/net/tftp.c
@@ -458,7 +458,7 @@ TftpHandler(uchar *pkt, unsigned dest, IPaddr_t sip, unsigned src,
store_block(TftpBlock - 1, pkt + 2, len);
/*
- * Acknoledge the block just received, which will prompt
+ * Acknowledge the block just received, which will prompt
* the remote for the next one.
*/
#ifdef CONFIG_MCAST_TFTP
--
1.7.1
More information about the U-Boot
mailing list