]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #88661 - est31:typo_fix_in_test, r=joshtriplett
authorRyan Levick <rylev@users.noreply.github.com>
Mon, 6 Sep 2021 10:38:56 +0000 (12:38 +0200)
committerGitHub <noreply@github.com>
Mon, 6 Sep 2021 10:38:56 +0000 (12:38 +0200)
Correct typo

found while addressing reviewer remarks for #88316

src/test/ui/moves/move-guard-same-consts.rs

index a2beb368b6e60aebdcfc85ddac4a58c4d0751d16..da436b89f538e511d0a6339f33594c201e6ce21e 100644 (file)
@@ -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,