Fix typo. (#71)

This commit is contained in:
Teymour Aldridge
2022-08-05 11:24:36 +08:00
committed by GitHub
parent 81c11d37d6
commit ad39c66fe7

View File

@@ -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.