diff --git a/src/test/ui/nll/issue-63154-normalize.rs b/src/test/ui/nll/issue-63154-normalize.rs index 2c18dc5d8e09a..484c12879d33a 100644 --- a/src/test/ui/nll/issue-63154-normalize.rs +++ b/src/test/ui/nll/issue-63154-normalize.rs @@ -1,6 +1,6 @@ // Regression test for rust-lang/rust#63154 // -// Before, we would ICE after faiing to normalize the destination type +// Before, we would ICE after failing to normalize the destination type // when checking call destinations and also when checking MIR // assignment statements.