about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorFelix S. Klock II <pnkfelix@pnkfx.org>2013-10-01 01:55:37 +0200
committerFelix S. Klock II <pnkfelix@pnkfx.org>2013-10-01 01:55:37 +0200
commitc0599b1bbbf9e4dcfb05a06aa2eef900aa9e4965 (patch)
tree21ea9e7280350cd6d2e0cffe24066545568853f8 /src
parent924674202ed7677e58ab01d75668d633b068f8dd (diff)
downloadrust-c0599b1bbbf9e4dcfb05a06aa2eef900aa9e4965.tar.gz
rust-c0599b1bbbf9e4dcfb05a06aa2eef900aa9e4965.zip
Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r--src/test/run-pass/match-static-const-rename.rs2
1 files changed, 1 insertions, 1 deletions
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)];