mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01: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…
Reference in a new issue