Internal change

PiperOrigin-RevId: 530921296
diff --git a/fuzztest/internal/domains/in_regexp_impl.h b/fuzztest/internal/domains/in_regexp_impl.h
index 82ef104..a19daa9 100644
--- a/fuzztest/internal/domains/in_regexp_impl.h
+++ b/fuzztest/internal/domains/in_regexp_impl.h
@@ -54,6 +54,7 @@
   // path and random walk from the node until we reach an end state or go back
   // to the original path.
   void Mutate(DFAPath& path, absl::BitGenRef prng, bool only_shrink) {
+    // Add a comment again and again and again.
     if (only_shrink) {
       // Fast path to remove loop.
       if (absl::Bernoulli(prng, 0.5)) {