diff --git a/BaS_GNU/sources/sysinit.c b/BaS_GNU/sources/sysinit.c index 34dec83..c245eeb 100644 --- a/BaS_GNU/sources/sysinit.c +++ b/BaS_GNU/sources/sysinit.c @@ -801,7 +801,7 @@ asm( init_ac97(); } - /* copy the BaS code contained in flash just behind us */ + /* copy the BaS code contained in flash to its final location */ src = copy_start; dst = Bas_base; jmp = (uint8_t *) BaS - copy_start + Bas_base;