about summary refs log tree commit diff
path: root/src/test/compile-fail/regions-wf-trait-object.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/compile-fail/regions-wf-trait-object.rs')
-rw-r--r--src/test/compile-fail/regions-wf-trait-object.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/regions-wf-trait-object.rs b/src/test/compile-fail/regions-wf-trait-object.rs
index 40b715cf3b1..39b8482cfa3 100644
--- a/src/test/compile-fail/regions-wf-trait-object.rs
+++ b/src/test/compile-fail/regions-wf-trait-object.rs
@@ -6,7 +6,7 @@
 // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 // option. This file may not be copied, modified, or distributed
-// except according to those terms.t
+// except according to those terms.
 
 // Check that the explicit lifetime bound (`'b`, in this example) must
 // outlive all the superbound from the trait (`'a`, in this example).