mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	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>
This commit is contained in:
		
							parent
							
								
									7a83af07ae
								
							
						
					
					
						commit
						4d69e98c06
					
				@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user