Fix spelling in a comment to be consistent with the code.

This commit is contained in:
Dan Gohman
2018-03-28 08:58:58 -07:00
parent 7cce4be96a
commit 7b51edd285

View File

@@ -907,7 +907,7 @@ impl VirtualCopies {
self.filter.clear();
}
/// Initialise virtual copies from the (interfering) values in a union-find virtual register
/// Initialize virtual copies from the (interfering) values in a union-find virtual register
/// that is going to be broken up and reassembled iteratively.
///
/// The values are assumed to be in domtree pre-order.