Rollup merge of #88661 - est31:typo_fix_in_test, r=joshtriplett

Correct typo

found while addressing reviewer remarks for #88316
This commit is contained in:
Ryan Levick
2021-09-06 12:38:56 +02:00
committed by GitHub
+1 -1
View 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,