Update .bazelrc
diff --git a/.bazelrc b/.bazelrc
index 742a3f6..87478f0 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -23,7 +23,7 @@
 build:release --workspace_status_command "${PWD}/workspace_status.sh"
 build:release -c opt --stamp
 
-# Don't try and auto detect the cc toolchain
+# Don't try to auto-detect the cc toolchain. We will supply a toolchain if we need one.
 build --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
 build --incompatible_enable_cc_toolchain_resolution