Fix comment.

Test: make
Change-Id: I6c69549cb873e1d160ec6d590749361dc1a291dd
diff --git a/cc/config/tidy.go b/cc/config/tidy.go
index 0df17bc..e5bea4b 100644
--- a/cc/config/tidy.go
+++ b/cc/config/tidy.go
@@ -22,7 +22,7 @@
 func init() {
 	// Most Android source files are not clang-tidy clean yet.
 	// Default global tidy checks must exclude all checks that
-	// have found too many warnings.
+	// have found too many false positives.
 	pctx.VariableFunc("TidyDefaultGlobalChecks", func(ctx android.PackageVarContext) string {
 		if override := ctx.Config().Getenv("DEFAULT_GLOBAL_TIDY_CHECKS"); override != "" {
 			return override