8000 [3.12] Fix typos in comments (GH-120481) · terryjreedy/cpython@f13f822 · GitHub
[go: up one dir, main page]

Skip to content

Commit f13f822

Browse files
committed
[3.12] Fix typos in comments (pythonGH-120481)
(cherry picked from commit 656a1c8) Co-authored-by: Xie Yanbo xieyanbo@gmail.com
1 parent 6421db1 commit f13f822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_frame.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ _PyFrame_MakeAndSetFrameObject(_PyInterpreterFrame *frame);
200200

201201
/* Gets the PyFrameObject for this frame, lazily
202202
* creating it if necessary.
203-
* Returns a borrowed referennce */
203+
* Returns a borrowed reference */
204204
static inline PyFrameObject *
205205
_PyFrame_GetFrameObject(_PyInterpreterFrame *frame)
206206
{

0 commit comments

Comments
 (0)
0