From: Terry Jan Reedy Date: Thu, 20 Jun 2024 03:59:31 +0000 (-0400) Subject: [3.12] Fix typos in comments (GH-120481) (#120775) X-Git-Tag: v3.12.5~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61e37dd4f5a1c8c16373f072904c81fc4eff2ef3;p=thirdparty%2FPython%2Fcpython.git [3.12] Fix typos in comments (GH-120481) (#120775) Only 1 applicable change backported to 3.12. (cherry picked from commit 656a1c8) Co-authored-by: Xie Yanbo xieyanbo@gmail.com --- diff --git a/Include/internal/pycore_frame.h b/Include/internal/pycore_frame.h index bfe4a759bac0..4d355b2bc8d6 100644 --- a/Include/internal/pycore_frame.h +++ b/Include/internal/pycore_frame.h @@ -200,7 +200,7 @@ _PyFrame_MakeAndSetFrameObject(_PyInterpreterFrame *frame); /* Gets the PyFrameObject for this frame, lazily * creating it if necessary. - * Returns a borrowed referennce */ + * Returns a borrowed reference */ static inline PyFrameObject * _PyFrame_GetFrameObject(_PyInterpreterFrame *frame) {