Skip to content

Commit ea33f70

Browse files
authored
Update asm.md (#1560)
1 parent 7352353 commit ea33f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ pub enum InlineAsmOperand<'tcx> {
277277
}
278278
```
279279

280-
As part of HAIR lowering, `InOut` and `SplitInOut` operands are lowered to a split form with a
280+
As part of THIR lowering, `InOut` and `SplitInOut` operands are lowered to a split form with a
281281
separate `in_value` and `out_place`.
282282

283283
Semantically, the `InlineAsm` terminator is similar to the `Call` terminator except that it has

0 commit comments

Comments
 (0)