From 1561e708c70c9fe6fdbaf8885a3ee4007715427e Mon Sep 17 00:00:00 2001 From: David Buchanan Date: Sat, 29 Oct 2022 19:25:09 +0100 Subject: Fix comment typos in `_operator.c` (#98853) --- Modules/_operator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/_operator.c b/Modules/_operator.c index 77eabdb..3005845 100644 --- a/Modules/_operator.c +++ b/Modules/_operator.c @@ -731,9 +731,9 @@ _operator_is_not_impl(PyObject *module, PyObject *a, PyObject *b) /* * 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 - * 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. */ static int -- cgit v0.12