Skip to content

Commit cc6f493

Browse files
authored
Merge pull request #4806 from lesamouraipourpre/patch-3
Update comment in persistentcode.c
2 parents 6546d13 + 61a7212 commit cc6f493

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)