From 9d7613abeec1db5613c331d9e69e102f9b22f844 Mon Sep 17 00:00:00 2001 From: Matthew Jasper Date: Fri, 8 Jun 2018 17:00:49 +0100 Subject: [PATCH] Fix a typo --- src/test/ui/issue-50825-1.rs | 2 +- src/test/ui/issue-50825.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/ui/issue-50825-1.rs b/src/test/ui/issue-50825-1.rs index d179530c0148..1eee9b7c883c 100644 --- a/src/test/ui/issue-50825-1.rs +++ b/src/test/ui/issue-50825-1.rs @@ -10,7 +10,7 @@ // run-pass // regression test for issue #50825 -// Make sure that the `impl` bound (): X is prefered over +// Make sure that the `impl` bound (): X is preferred over // the (): X bound in the where clause. trait X { diff --git a/src/test/ui/issue-50825.rs b/src/test/ui/issue-50825.rs index bc15760e77c5..e45156b96cd2 100644 --- a/src/test/ui/issue-50825.rs +++ b/src/test/ui/issue-50825.rs @@ -10,7 +10,7 @@ // run-pass // regression test for issue #50825 -// Make sure that the built-in bound {integer}: Sized is prefered over +// Make sure that the built-in bound {integer}: Sized is preferred over // the u64: Sized bound in the where clause. fn foo(y: &[()])