diff --git a/rtl/sinclairql/si_prc.pp b/rtl/sinclairql/si_prc.pp index fdd3fec550..3fb1364957 100644 --- a/rtl/sinclairql/si_prc.pp +++ b/rtl/sinclairql/si_prc.pp @@ -64,8 +64,8 @@ begin move.w -2(a1),d7 beq @noreloc - { zero out the number of relocation marker, so if our code is - called again, without reload, it won't relocate itself twice } + { zero out the relocation marker, so if our code is called again + without reload, it won't relocate itself twice } move.w #0,-2(a1) { first item in the relocation table is the number of relocs }