diff options
| author | Luca Ceresoli <luca.ceresoli@comelit.it> | 2011-05-17 00:03:41 +0000 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-05-19 21:38:38 +0200 | 
| commit | 4d69e98c068ed0d3533a61b64fe06d0d1b870aaf (patch) | |
| tree | 7b4445e770d1269774ddb08e531790e33d2e5a73 /net | |
| parent | 7a83af07aef3c924cfb2d36e68eea8b86d22f2a1 (diff) | |
| download | olio-uboot-2014.01-4d69e98c068ed0d3533a61b64fe06d0d1b870aaf.tar.xz olio-uboot-2014.01-4d69e98c068ed0d3533a61b64fe06d0d1b870aaf.zip | |
net/tftp.c: fix typo
Signed-off-by: Luca Ceresoli <luca.ceresoli@comelit.it>
Cc: Wolfgang Denk <wd@denx.de>
Acked-by: Detlev Zundel <dzu@denx.de>
Diffstat (limited to 'net')
| -rw-r--r-- | net/tftp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/net/tftp.c b/net/tftp.c index 6d4429887..a893e020f 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 |