about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Levick <rylev@users.noreply.github.com>2021-09-06 12:38:56 +0200
committerGitHub <noreply@github.com>2021-09-06 12:38:56 +0200
commit797f9ce01a0fc5491ebc8f7086e91933e1802a57 (patch)
treeb0c4070a0593d86f33b18f1fc1f953c0d8c513c9
parent5f09e9331803afee9d82085916e18bede3fca00e (diff)
parent80d3cbc4c972e0f10025ea30238ed1d79d6c26a9 (diff)
downloadrust-797f9ce01a0fc5491ebc8f7086e91933e1802a57.tar.gz
rust-797f9ce01a0fc5491ebc8f7086e91933e1802a57.zip
Rollup merge of #88661 - est31:typo_fix_in_test, r=joshtriplett
Correct typo

found while addressing reviewer remarks for #88316
-rw-r--r--src/test/ui/moves/move-guard-same-consts.rs2
1 files changed, 1 insertions, 1 deletions
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,