]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Fix typos in comments (GH-120481) (#120775)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 20 Jun 2024 03:59:31 +0000 (23:59 -0400)
committerGitHub <noreply@github.com>
Thu, 20 Jun 2024 03:59:31 +0000 (03:59 +0000)
Only 1 applicable change backported to 3.12.

(cherry picked from commit 656a1c8)

Co-authored-by: Xie Yanbo xieyanbo@gmail.com
Include/internal/pycore_frame.h

index bfe4a759bac078f954f04403b16cc1278f8c5c1c..4d355b2bc8d6fd05e1be8e90a47b37364b96791a 100644 (file)
@@ -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)
 {