[fuchsia] Fix comment related to ZX_POL_AMBIENT_MARK_VMO_EXEC

Bug: 1106561
Change-Id: I5f66ff86030a027e8b22283cf9285fd32b77b7f8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3292374
Auto-Submit: David Dorwin <ddorwin@chromium.org>
Reviewed-by: Kevin Marshall <kmarshall@chromium.org>
Reviewed-by: Alex Gough <ajgo@chromium.org>
Commit-Queue: Alex Gough <ajgo@chromium.org>
Cr-Commit-Position: refs/heads/main@{#943620}
NOKEYCHECK=True
GitOrigin-RevId: 30a5321a90c5231526eb428dbe4dbfa7737e5240
diff --git a/policy/fuchsia/sandbox_policy_fuchsia.cc b/policy/fuchsia/sandbox_policy_fuchsia.cc
index afc289c..b511e3c 100644
--- a/policy/fuchsia/sandbox_policy_fuchsia.cc
+++ b/policy/fuchsia/sandbox_policy_fuchsia.cc
@@ -263,8 +263,8 @@
   ZX_CHECK(status == ZX_OK, status) << "zx_job_create";
   options->job_handle = job_.get();
 
-  // Only allow ambient VMO mark-as-executable capability to be granted
-  // to processes that which need to JIT (i.e. do not run V8/WASM).
+  // Only allow the ambient VMO mark-as-executable capability to be granted
+  // to processes that need to JIT (i.e. run V8/WASM).
   zx_policy_basic_v2_t ambient_mark_vmo_exec{
       ZX_POL_AMBIENT_MARK_VMO_EXEC,