From 4632101fc2bd3a18081a576bb3e900c958453250 Mon Sep 17 00:00:00 2001 From: Jake Worth Date: Thu, 3 Dec 2015 18:29:00 -0500 Subject: [PATCH] Fix typo --- mk/tests.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/tests.mk b/mk/tests.mk index 153cf9bf2fbc1..b41eaba190085 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.