Commit bdb5713941

David John <dave@qword.space>
2022-02-20 18:08:32
stage2: fix typo in riscv64/Emit.zig
1 parent bb05a8a
Changed files (1)
src
arch
riscv64
src/arch/riscv64/Emit.zig
@@ -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();