Skip to content

Commit c6a21ba

Browse files
authored
Merge pull request #285 from pcmpstri/patch-1
Fix typo in 6502 codegen usage.
2 parents 6c9bba4 + 1a0bb48 commit c6a21ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/codegen/mos6502.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1545,7 +1545,7 @@ pub unsafe fn generate_asm_funcs(out: *mut String_Builder, asm_funcs: *const [As
15451545
}
15461546

15471547
pub unsafe fn usage(params: *const [Param]) {
1548-
fprintf(stderr(), c!("mos6402 codegen for the B compiler\n"));
1548+
fprintf(stderr(), c!("mos6502 codegen for the B compiler\n"));
15491549
fprintf(stderr(), c!("OPTIONS:\n"));
15501550
print_params_help(params);
15511551
}

0 commit comments

Comments
 (0)