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.