From: David Buchanan Date: Sat, 29 Oct 2022 18:25:09 +0000 (+0100) Subject: Fix comment typos in `_operator.c` (#98853) X-Git-Tag: v3.12.0a2~202 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1561e708c70c9fe6fdbaf8885a3ee4007715427e;p=thirdparty%2FPython%2Fcpython.git Fix comment typos in `_operator.c` (#98853) --- diff --git a/Modules/_operator.c b/Modules/_operator.c index 77eabdb57af9..3005845ec932 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