From a7b3712461654b84e91ab9fc04d41e232f7500ce Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Wed, 7 Sep 2022 22:56:44 +0200 Subject: 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. --- intrpvar.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'intrpvar.h') 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) -- cgit v1.2.1