From 804b5d6b3add2405031607ca4f9dafa3755bff86 Mon Sep 17 00:00:00 2001
From: gftea <1705787+gftea@users.noreply.github.com>
Date: Tue, 17 Jan 2023 13:28:08 +0100
Subject: [PATCH] Update asm.md

---
 src/asm.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/asm.md b/src/asm.md
index 3b6b5e093..b19f2ad46 100644
--- a/src/asm.md
+++ b/src/asm.md
@@ -277,7 +277,7 @@ pub enum InlineAsmOperand<'tcx> {
 }
 ```
 
-As part of HAIR lowering, `InOut` and `SplitInOut` operands are lowered to a split form with a
+As part of THIR lowering, `InOut` and `SplitInOut` operands are lowered to a split form with a
 separate `in_value` and `out_place`.
 
 Semantically, the `InlineAsm` terminator is similar to the `Call` terminator except that it has