Remove outdated comment

Change-Id: I2e2ba663ebe75004a13ee3ba65e80da6f85711d7
No-Docs-Update-Reason: clang-tidy config change only.
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/66246
Commit-Queue: Ted Pudlik <tpudlik@google.com>
Pigweed-Auto-Submit: Ted Pudlik <tpudlik@google.com>
Reviewed-by: Wyatt Hepler <hepler@google.com>
diff --git a/.clang-tidy b/.clang-tidy
index 86c2f36..a820c12 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -26,13 +26,9 @@
 HeaderFilterRegex: '.*'
 ...
 
-# Disable checks:
+# Disabled checks:
 #
 # clang-analyzer-*:
-#   The clang static analyzer checks take too much time to be
-#   run as part of the presubmit checks; the static analysis is
-#   instead performed by the 'static_analysis' step in
-#   'other_checks'
 #
 # performance-*
 # bugprone-*