[gn build] add a comment to the goma_dir arg

GitOrigin-RevId: 2f0f67afb24b81b22dc586440eae47a3e8ba3178
diff --git a/utils/gn/build/toolchain/BUILD.gn b/utils/gn/build/toolchain/BUILD.gn
index d01cad9..bf37776 100644
--- a/utils/gn/build/toolchain/BUILD.gn
+++ b/utils/gn/build/toolchain/BUILD.gn
@@ -2,6 +2,7 @@
 
 declare_args() {
   # If is_goma is true, the location of the goma client install.
+  # Set this to the output of `goma_ctl goma_dir`.
   if (host_os == "win") {
     goma_dir = "C:/src/goma/goma-win64"
   } else {