mirror of
https://github.com/python/cpython.git
synced 2025-09-14 04:37:29 +00:00
Fix comment typos in _operator.c
(#98853)
This commit is contained in:
parent
d10c2b9742
commit
1561e708c7
1 changed files with 2 additions and 2 deletions
|
@ -731,9 +731,9 @@ _operator_is_not_impl(PyObject *module, PyObject *a, PyObject *b)
|
||||||
/*
|
/*
|
||||||
* timing safe compare
|
* timing safe compare
|
||||||
*
|
*
|
||||||
* Returns 1 of the strings are equal.
|
* Returns 1 if the strings are equal.
|
||||||
* In case of len(a) != len(b) the function tries to keep the timing
|
* In case of len(a) != len(b) the function tries to keep the timing
|
||||||
* dependent on the length of b. CPU cache locally may still alter timing
|
* dependent on the length of b. CPU cache locality may still alter timing
|
||||||
* a bit.
|
* a bit.
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue