From: Luca Ceresoli Date: Tue, 17 May 2011 00:03:41 +0000 (+0000) Subject: net/tftp.c: fix typo X-Git-Tag: v2011.06-rc1~2 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=4d69e98c068ed0d3533a61b64fe06d0d1b870aaf net/tftp.c: fix typo Signed-off-by: Luca Ceresoli Cc: Wolfgang Denk Acked-by: Detlev Zundel --- diff --git a/net/tftp.c b/net/tftp.c index 6d44298878..a893e020fd 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