From c0599b1bbbf9e4dcfb05a06aa2eef900aa9e4965 Mon Sep 17 00:00:00 2001 From: "Felix S. Klock II" Date: Tue, 1 Oct 2013 01:55:37 +0200 Subject: [PATCH] Fix typo in comment. --- src/test/run-pass/match-static-const-rename.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/run-pass/match-static-const-rename.rs b/src/test/run-pass/match-static-const-rename.rs index 2bf16791b42..0d3dd25ef9c 100644 --- a/src/test/run-pass/match-static-const-rename.rs +++ b/src/test/run-pass/match-static-const-rename.rs @@ -13,7 +13,7 @@ // This is similar to compile-fail/match-static-const-lc, except it // shows the expected usual workaround (choosing a different name for // the static definition) and also demonstrates that one can work -// around this problem locally by reanming the constant in the `use` +// around this problem locally by renaming the constant in the `use` // form to an uppercase identifier that placates the lint. #[deny(non_uppercase_pattern_statics)];