Skip to content

Commit 61a7212

Browse files
Update comment in persistentcode.c
Update comment in mp_raw_code_save so that it matches the code.
1 parent 7df5d74 commit 61a7212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/persistentcode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ STATIC bool mp_raw_code_has_native(mp_raw_code_t *rc) {
826826

827827
void mp_raw_code_save(mp_raw_code_t *rc, mp_print_t *print) {
828828
// header contains:
829-
// byte 'M'
829+
// byte 'C'
830830
// byte version
831831
// byte feature flags
832832
// byte number of bits in a small int

0 commit comments

Comments
 (0)