Skip to content

Commit f7aad0e

Browse files
TaderMP007bongjunj
authored andcommitted
docs: fix typos (bytecodealliance#11446)
1 parent d6f0f84 commit f7aad0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/wit-bindgen/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ impl FunctionConfig {
124124
rule.used = true;
125125
*base |= rule.flags;
126126

127-
// only the first fule is used.
127+
// only the first rule is used.
128128
return true;
129129
}
130130

winch/codegen/src/isa/aarch64/masm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ impl Masm for MacroAssembler {
10691069
match &(lhs, rhs) {
10701070
(rlhs, RegImm::Reg(rrhs)) => {
10711071
// If the comparison kind is zero or not zero and both operands
1072-
// are the same register, emit a ands instruction. Else we emit
1072+
// are the same register, emit an ands instruction. Else we emit
10731073
// a normal comparison.
10741074
if (kind == Eq || kind == Ne) && (rlhs == rrhs) {
10751075
self.asm.ands_rr(*rlhs, *rrhs, size);

0 commit comments

Comments
 (0)