From 7b51edd2858db121f582db6475b0f89403e54942 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 28 Mar 2018 08:58:58 -0700 Subject: [PATCH] Fix spelling in a comment to be consistent with the code. --- lib/cretonne/src/regalloc/coalescing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cretonne/src/regalloc/coalescing.rs b/lib/cretonne/src/regalloc/coalescing.rs index 2437fd1a03..f23d55433e 100644 --- a/lib/cretonne/src/regalloc/coalescing.rs +++ b/lib/cretonne/src/regalloc/coalescing.rs @@ -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.