From 8f9b4f71c58c7a4f1c64513df7f8850e92c715d7 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Thu, 17 Jul 2014 01:25:27 +0200 Subject: [PATCH] Fix comment --- build/jam/ArchitectureRules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/ArchitectureRules b/build/jam/ArchitectureRules index a7069432c4..629d45fc45 100644 --- a/build/jam/ArchitectureRules +++ b/build/jam/ArchitectureRules @@ -501,7 +501,7 @@ rule ArchitectureSetupWarnings architecture rule EnableWerror dirTokens : scope { # Clang gives way more warnings than GCC, so that code won't compile - # -Werror when using Clang. + # with -Werror when using Clang. if $(HAIKU_CC_IS_CLANG_$(architecture)) != 1 { SetConfigVar WARNINGS : HAIKU_TOP $(dirTokens) : treatAsErrors : $(scope) ;