diff options
| author | bors <bors@rust-lang.org> | 2015-12-04 11:46:44 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-12-04 11:46:44 +0000 |
| commit | ac0e84522437331f9a06d04a5842acf0234cc86e (patch) | |
| tree | 6348f60de6ba36173dc73519871411d8fca0bda0 | |
| parent | 77ed39cfe37a17737e0b2256b1a1689e01c32b26 (diff) | |
| parent | 4632101fc2bd3a18081a576bb3e900c958453250 (diff) | |
| download | rust-ac0e84522437331f9a06d04a5842acf0234cc86e.tar.gz rust-ac0e84522437331f9a06d04a5842acf0234cc86e.zip | |
Auto merge of #30192 - jwworth:pull-request-1449185301, r=alexcrichton
This fixes a double word typo, 'of'.
| -rw-r--r-- | mk/tests.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/tests.mk b/mk/tests.mk index 153cf9bf2fb..b41eaba1900 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -608,7 +608,7 @@ endif # CTEST_DISABLE_NONSELFHOST_$(TEST_GROUP), if set, will cause that # test group to be disabled *unless* the target is able to build a -# compiler (i.e. when the target triple is in the set of of host +# compiler (i.e. when the target triple is in the set of host # triples). The associated message will be printed as a warning # during attempts to run those tests. |
