From 80d3cbc4c972e0f10025ea30238ed1d79d6c26a9 Mon Sep 17 00:00:00 2001 From: est31 Date: Sun, 5 Sep 2021 08:04:20 +0200 Subject: [PATCH] Correct typo --- src/test/ui/moves/move-guard-same-consts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/ui/moves/move-guard-same-consts.rs b/src/test/ui/moves/move-guard-same-consts.rs index a2beb368b6e..da436b89f53 100644 --- a/src/test/ui/moves/move-guard-same-consts.rs +++ b/src/test/ui/moves/move-guard-same-consts.rs @@ -2,7 +2,7 @@ // arms whose patterns were composed solely of constants to not have // them linked in the cfg. // -// THis was broken for various reasons. In particular, that hack was +// This was broken for various reasons. In particular, that hack was // originally authored under the assunption that other checks // elsewhere would ensure that the two patterns did not overlap. But // that assumption did not hold, at least not in the long run (namely,