diff options
| author | Alexei Sholik <alcosholik@gmail.com> | 2013-06-06 10:38:41 +0300 |
|---|---|---|
| committer | Alexei Sholik <alcosholik@gmail.com> | 2013-06-06 10:48:27 +0300 |
| commit | e75572c879a5fb9d95e4fe95465a5bf19c7db076 (patch) | |
| tree | 5e0f82a1394c2acc0429db7b1df8e51794e17a24 /src/test | |
| parent | c7b19b04cbde053f0cf7a15b989bc6546cd2e265 (diff) | |
| download | rust-e75572c879a5fb9d95e4fe95465a5bf19c7db076.tar.gz rust-e75572c879a5fb9d95e4fe95465a5bf19c7db076.zip | |
Deduplicate words in code comments
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/run-pass/item-attributes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/item-attributes.rs b/src/test/run-pass/item-attributes.rs index de11ce2bdf2..187f898f4ca 100644 --- a/src/test/run-pass/item-attributes.rs +++ b/src/test/run-pass/item-attributes.rs @@ -22,7 +22,7 @@ uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297", url = "http://rust-lang.org/src/extra")]; -// These are are attributes of the following mod +// These are attributes of the following mod #[attr1 = "val"] #[attr2 = "val"] mod test_first_item_in_file_mod {} |
