diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-08-18 11:38:05 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-08-18 11:38:05 +0200 |
commit | 4bfb63207765e9048668eb1fe17ac51b02662635 (patch) | |
tree | d88516372ae39d18c14597c571a8377857a12ad1 /net/tftp.c | |
parent | 0a0f3a46fb5cfa7105402bee9c52dd379325d156 (diff) | |
parent | 94568b600acd768f0e1b3c0abe3694963593cf60 (diff) |
Merge with git+ssh://fifi/home/wd/git/u-boot/master
Diffstat (limited to 'net/tftp.c')
-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 eca21d294eb..f3a54714838 100644 --- a/net/tftp.c +++ b/net/tftp.c @@ -225,7 +225,7 @@ TftpHandler (uchar * pkt, unsigned dest, unsigned src, unsigned len) if (TftpBlock == 0) { TftpBlockWrap++; TftpBlockWrapOffset += TFTP_BLOCK_SIZE * TFTP_SEQUENCE_SIZE; - printf ("\n\t %lu MB reveived\n\t ", TftpBlockWrapOffset>>20); + printf ("\n\t %lu MB received\n\t ", TftpBlockWrapOffset>>20); } else { if (((TftpBlock - 1) % 10) == 0) { putc ('#'); |