From f13f822c8d0a2c17b214e98a46f32dc97eda4b90 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Wed, 19 Jun 2024 23:41:11 -0400 Subject: [PATCH] [3.12] Fix typos in comments (GH-120481) (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 bfe4a759bac078..4d355b2bc8d6fd 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) {