Skip to content

Commit 0c02f61

Browse files
authored
[RISCV][NFC] Fix typo: "wererenamed" to "were renamed" (#104530)
This commit corrects a typo in a comment from "wererenamed" to "were renamed". No functional changes.
1 parent ac92dcc commit 0c02f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfo.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ def : InstAlias<"sltu $rd, $rs1, $imm12",
10561056

10571057
def : MnemonicAlias<"move", "mv">;
10581058

1059-
// The SCALL and SBREAK instructions wererenamed to ECALL and EBREAK in
1059+
// The SCALL and SBREAK instructions were renamed to ECALL and EBREAK in
10601060
// version 2.1 of the user-level ISA. Like the GNU toolchain, we still accept
10611061
// the old name for backwards compatibility.
10621062
def : MnemonicAlias<"scall", "ecall">;

0 commit comments

Comments
 (0)