From ad39c66fe77fa90998df39b5ebc55c020b904dda Mon Sep 17 00:00:00 2001 From: Teymour Aldridge Date: Fri, 5 Aug 2022 11:24:36 +0800 Subject: [PATCH] Fix typo. (#71) --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 113eca9..67c7b40 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1320,7 +1320,7 @@ impl<'a> Iterator for OutputIter<'a> { } } -/// A machine envrionment tells the register allocator which registers +/// A machine environment tells the register allocator which registers /// are available to allocate and what register may be used as a /// scratch register for each class, and some other miscellaneous info /// as well.