Skip to content

Commit 1561e70

Browse files
Fix comment typos in _operator.c (#98853)
1 parent d10c2b9 commit 1561e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/_operator.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -731,9 +731,9 @@ _operator_is_not_impl(PyObject *module, PyObject *a, PyObject *b)
731731
/*
732732
* timing safe compare
733733
*
734-
* Returns 1 of the strings are equal.
734+
* Returns 1 if the strings are equal.
735735
* In case of len(a) != len(b) the function tries to keep the timing
736-
* dependent on the length of b. CPU cache locally may still alter timing
736+
* dependent on the length of b. CPU cache locality may still alter timing
737737
* a bit.
738738
*/
739739
static int

0 commit comments

Comments
 (0)