From 37d4e5120f4890990bf75a03c2a3cb9b26c432ec Mon Sep 17 00:00:00 2001 From: Craig Roy Date: Tue, 10 Dec 2024 09:20:40 +0000 Subject: [PATCH] typos --- hugr-llvm/src/emit/func.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugr-llvm/src/emit/func.rs b/hugr-llvm/src/emit/func.rs index 0a09dc9b3..0d954d55f 100644 --- a/hugr-llvm/src/emit/func.rs +++ b/hugr-llvm/src/emit/func.rs @@ -252,7 +252,7 @@ impl<'c, 'a, H: HugrView> EmitFuncContext<'c, 'a, H> { Ok(r) } - /// Returns a [RowMailBox] mapped to thie ouput wires of `node`. When emitting a node + /// Returns a [RowMailBox] mapped to the output wires of `node`. When emitting a node /// output values are written to this mailbox. pub fn node_outs_rmb<'hugr, OT: 'hugr>( &mut self,