stage2: fix typo in riscv64/Emit.zig

This commit is contained in:
David John
2022-02-20 22:38:32 +05:30
committed by Jakub Konka
parent bb05a8a08a
commit bdb5713941

View File

@@ -1,4 +1,4 @@
//! This file contains the functionality for lowering AArch64 MIR into
//! This file contains the functionality for lowering RISCV64 MIR into
//! machine code
const Emit = @This();