summaryrefslogtreecommitdiff
path: root/py/scope.h
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2023-03-08 14:10:02 +1100
committerDamien George <damien@micropython.org>2023-04-27 18:03:06 +1000
commitb1229efbd1509654dec6053865ab828d769e29db (patch)
treee1a65606dd1f0a8cfe2af08f9c4ff821fb575b02 /py/scope.h
parente160fe7bc64212a3ce56f5478f208e2b4d343a8b (diff)
all: Fix spelling mistakes based on codespell check.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'py/scope.h')
-rw-r--r--py/scope.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/scope.h b/py/scope.h
index b781dde42..e7d2a304f 100644
--- a/py/scope.h
+++ b/py/scope.h
@@ -50,7 +50,7 @@ typedef struct _id_info_t {
uint8_t kind;
uint8_t flags;
// when it's an ID_INFO_KIND_LOCAL this is the unique number of the local
- // whet it's an ID_INFO_KIND_CELL/FREE this is the unique number of the closed over variable
+ // when it's an ID_INFO_KIND_CELL/FREE this is the unique number of the closed over variable
uint16_t local_num;
qstr qst;
} id_info_t;