summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2022-09-07 22:56:44 +0200
committerJames E Keenan <jkeenan@cpan.org>2022-12-30 12:44:32 -0500
commita7b3712461654b84e91ab9fc04d41e232f7500ce (patch)
tree6ef26a78d2c5d9319dcac50f1422a42255a91478 /intrpvar.h
parentc0a0deac6f266fa9ef71058dd53edb870f8aff75 (diff)
downloadperl-a7b3712461654b84e91ab9fc04d41e232f7500ce.tar.gz
intrpvar.h - reword comment to be easier to understand and wrap.
The old text was difficult to wrap and a little disjointed in terms of readibility. This captures the same essence but in a more concise and easier to wrap form.
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/intrpvar.h b/intrpvar.h
index b6243842a4..6df3169520 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -1004,9 +1004,8 @@ PERLVARA(I, sv_consts, SV_CONSTS_COUNT, SV*) /* constant SVs with precomputed ha
PERLVARA(I, op_exec_cnt, OP_max+2, UV) /* Counts of executed OPs of the given type.
If PERL_TRACE_OPS is enabled, we'll dump
a summary count of all ops executed in the
- program at perl_destruct time. For
- profiling/debugging only. Works only if
- DEBUGGING is enabled, too. */
+ program at perl_destruct time. Used only
+ for profiling in DEBUGGING mode. */
#endif
PERLVAR(I, random_state, PL_RANDOM_STATE_TYPE)