mirror of
				https://github.com/yuzu-emu/mbedtls.git
				synced 2025-11-04 15:25:03 +00:00 
			
		
		
		
	Fix a typo in a comment
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
		
							parent
							
								
									dd00bfce34
								
							
						
					
					
						commit
						ba6fc9796a
					
				| 
						 | 
					@ -1176,7 +1176,7 @@ cleanup:
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * Constant-flow memcpy from variable position in buffer.
 | 
					 * Constant-flow memcpy from variable position in buffer.
 | 
				
			||||||
 * - functionally equivalent to memcpy(dst, src + offset_secret, len)
 | 
					 * - functionally equivalent to memcpy(dst, src + offset_secret, len)
 | 
				
			||||||
 * - but with execution flow independant from the value of offset_secret.
 | 
					 * - but with execution flow independent from the value of offset_secret.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
MBEDTLS_STATIC_TESTABLE void mbedtls_ssl_cf_memcpy_offset(
 | 
					MBEDTLS_STATIC_TESTABLE void mbedtls_ssl_cf_memcpy_offset(
 | 
				
			||||||
                                   unsigned char *dst,
 | 
					                                   unsigned char *dst,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue