From 61e37dd4f5a1c8c16373f072904c81fc4eff2ef3 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Wed, 19 Jun 2024 23:59:31 -0400 Subject: [PATCH] [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 --- Include/internal/pycore_frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.3