mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-11-03 20:33:16 +03:00 
			
		
		
		
	Fix typos in comments
This commit is contained in:
		@@ -1280,7 +1280,7 @@
 | 
				
			|||||||
 * CRIME attack. Before enabling this option, you should examine with care if
 | 
					 * CRIME attack. Before enabling this option, you should examine with care if
 | 
				
			||||||
 * CRIME or similar exploits may be a applicable to your use case.
 | 
					 * CRIME or similar exploits may be a applicable to your use case.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * \note Currently compression can't bu used with DTLS.
 | 
					 * \note Currently compression can't be used with DTLS.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Used in: library/ssl_tls.c
 | 
					 * Used in: library/ssl_tls.c
 | 
				
			||||||
 *          library/ssl_cli.c
 | 
					 *          library/ssl_cli.c
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -30,7 +30,7 @@
 | 
				
			|||||||
 * Error code layout.
 | 
					 * Error code layout.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Currently we try to keep all error codes within the negative space of 16
 | 
					 * Currently we try to keep all error codes within the negative space of 16
 | 
				
			||||||
 * bytes signed integers to support all platforms (-0x0000 - -0x8000). In
 | 
					 * bits signed integers to support all platforms (-0x0001 - -0x7FFF). In
 | 
				
			||||||
 * addition we'd like to give two layers of information on the error if
 | 
					 * addition we'd like to give two layers of information on the error if
 | 
				
			||||||
 * possible.
 | 
					 * possible.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
@@ -38,7 +38,7 @@
 | 
				
			|||||||
 *
 | 
					 *
 | 
				
			||||||
 * 16 bit error code bit-segmentation
 | 
					 * 16 bit error code bit-segmentation
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * 1 bit  - Sign bit
 | 
					 * 1 bit  - Unused (sign bit)
 | 
				
			||||||
 * 3 bits - High level module ID
 | 
					 * 3 bits - High level module ID
 | 
				
			||||||
 * 5 bits - Module-dependent error code
 | 
					 * 5 bits - Module-dependent error code
 | 
				
			||||||
 * 7 bits - Low level module errors
 | 
					 * 7 bits - Low level module errors
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user