mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Misprint was fixed
Signed-off-by: Andrey Starodubtsev <andrey.starodubtsev@gmail.com>
This commit is contained in:
		
							parent
							
								
									01a78599b0
								
							
						
					
					
						commit
						90cc33aad6
					
				@ -602,7 +602,7 @@ typedef int mbedtls_ssl_recv_t( void *ctx,
 | 
				
			|||||||
 * \param ctx      Context for the receive callback (typically a file descriptor)
 | 
					 * \param ctx      Context for the receive callback (typically a file descriptor)
 | 
				
			||||||
 * \param buf      Buffer to write the received data to
 | 
					 * \param buf      Buffer to write the received data to
 | 
				
			||||||
 * \param len      Length of the receive buffer
 | 
					 * \param len      Length of the receive buffer
 | 
				
			||||||
 * \param timeout  Maximum nomber of millisecondes to wait for data
 | 
					 * \param timeout  Maximum number of milliseconds to wait for data
 | 
				
			||||||
 *                 0 means no timeout (potentially waiting forever)
 | 
					 *                 0 means no timeout (potentially waiting forever)
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * \return         The callback must return the number of bytes received,
 | 
					 * \return         The callback must return the number of bytes received,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user