Fix documentation and comments

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei
2021-11-03 16:13:32 +01:00
parent c0ae1cf45a
commit dbe0f892b3
3 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@
/** Constant-time buffer comparison without branches.
*
* This is equivalent to the standard memncmp function, but is likely to be
* This is equivalent to the standard memcmp function, but is likely to be
* compiled to code using bitwise operation rather than a branch.
*
* This function can be used to write constant-time code by replacing branches