mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-07 13:22:46 +00:00
Fix docs grammar
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
741d423ef8
commit
0172de8b3d
@ -65,9 +65,9 @@
|
||||
*
|
||||
* For Arm (32-bit, 64-bit and Thumb), x86 and x86-64, assembly implementations
|
||||
* are used to ensure that the generated code is constant time. For other
|
||||
* architectures, a plain C fallback designed to yield constant-time code (this
|
||||
* has been observed to be constant-time on latest gcc, clang and MSVC as of
|
||||
* May 2023).
|
||||
* architectures, it uses a plain C fallback designed to yield constant-time code
|
||||
* (this has been observed to be constant-time on latest gcc, clang and MSVC
|
||||
* as of May 2023).
|
||||
*/
|
||||
|
||||
#if (SIZE_MAX > 0xffffffffffffffffULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user