mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-10-30 03:00:21 -04:00 
			
		
		
		
	Fix typo in comments
This commit is contained in:
		
							parent
							
								
									565e4e0fb2
								
							
						
					
					
						commit
						2df4bfe803
					
				| @ -115,7 +115,7 @@ static inline uint32_t aria_p1( uint32_t x ) | |||||||
| #endif /* arm */ | #endif /* arm */ | ||||||
| #if defined(__GNUC__) && \ | #if defined(__GNUC__) && \ | ||||||
|     defined(__i386__) || defined(__amd64__) || defined( __x86_64__) |     defined(__i386__) || defined(__amd64__) || defined( __x86_64__) | ||||||
| /* I couldn't find an Intel equivalent of ret16, so two instructions */ | /* I couldn't find an Intel equivalent of rev16, so two instructions */ | ||||||
| #define ARIA_P1(x) ARIA_P2( ARIA_P3( x ) ) | #define ARIA_P1(x) ARIA_P2( ARIA_P3( x ) ) | ||||||
| #endif /* x86 gnuc */ | #endif /* x86 gnuc */ | ||||||
| #endif /* MBEDTLS_HAVE_ASM && GNUC */ | #endif /* MBEDTLS_HAVE_ASM && GNUC */ | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Manuel Pégourié-Gonnard
						Manuel Pégourié-Gonnard