Update comment in persistentcode.c

Update comment in mp_raw_code_save so that it matches the code.
This commit is contained in:
James Carr 2021-05-23 08:57:41 +01:00 committed by GitHub
parent 7df5d74d95
commit 61a7212b28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@ STATIC bool mp_raw_code_has_native(mp_raw_code_t *rc) {
void mp_raw_code_save(mp_raw_code_t *rc, mp_print_t *print) { void mp_raw_code_save(mp_raw_code_t *rc, mp_print_t *print) {
// header contains: // header contains:
// byte 'M' // byte 'C'
// byte version // byte version
// byte feature flags // byte feature flags
// byte number of bits in a small int // byte number of bits in a small int