Fix docs grammar

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman 2023-07-31 12:32:23 +01:00
parent 741d423ef8
commit 0172de8b3d

View File

@ -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)