mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Fix typo
This commit is contained in:
		
							parent
							
								
									04dadb73fd
								
							
						
					
					
						commit
						80470627e2
					
				@ -590,7 +590,7 @@ int mbedtls_mpi_write_string( const mbedtls_mpi *X, int radix,
 | 
				
			|||||||
    if( radix >= 16 ) n >>= 1;   /* Number of hexadecimal digits necessary to
 | 
					    if( radix >= 16 ) n >>= 1;   /* Number of hexadecimal digits necessary to
 | 
				
			||||||
                                  * present `n`. */
 | 
					                                  * present `n`. */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    n += 1; /* NULL termination */
 | 
					    n += 1; /* Terminating null byte */
 | 
				
			||||||
    n += 1; /* Compensate for the divisions above, which round down `n`
 | 
					    n += 1; /* Compensate for the divisions above, which round down `n`
 | 
				
			||||||
             * in case it's not even. */
 | 
					             * in case it's not even. */
 | 
				
			||||||
    n += 1; /* Potential '-'-sign. */
 | 
					    n += 1; /* Potential '-'-sign. */
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user