about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGeorg Semmler <georg_semmler_05@web.de>2018-12-29 00:51:26 +0100
committerGeorg Semmler <georg_semmler_05@web.de>2019-01-03 22:27:09 +0100
commitd6ffd88d21543a78a143b3047ba21b984143a8ca (patch)
tree289492f5106e5b387001c989fef835e10f7ffc77
parent464b4dcb2b965daddfd0e4c57c9e3363decb68b4 (diff)
downloadrust-d6ffd88d21543a78a143b3047ba21b984143a8ca.tar.gz
rust-d6ffd88d21543a78a143b3047ba21b984143a8ca.zip
Fix typo
-rw-r--r--src/test/ui/feature-gates/feature-gate-re-rebalance-coherence.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/feature-gates/feature-gate-re-rebalance-coherence.rs b/src/test/ui/feature-gates/feature-gate-re-rebalance-coherence.rs
index c702b92f042..505a45379cd 100644
--- a/src/test/ui/feature-gates/feature-gate-re-rebalance-coherence.rs
+++ b/src/test/ui/feature-gates/feature-gate-re-rebalance-coherence.rs
@@ -1,4 +1,4 @@
-// Test that the use of the box syntax is gated by `box_syntax` feature gate.
+// Test that the use of the box syntax is gated by `re-rebalance-coherence` feature gate.
 
 // aux-build:re_rebalance_coherence_lib.rs