This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp_hot.c: fix typo in comment ("intit" -> "init")
authorLukas Mai <lukasmai.403@gmail.com>
Tue, 10 Oct 2023 16:41:46 +0000 (18:41 +0200)
committermauke <lukasmai.403@gmail.com>
Wed, 11 Oct 2023 04:29:13 +0000 (06:29 +0200)
commit6d7b3adcadfddc197e96367544eab954285fcada
tree49d23aac4d22ba01c1d053f301fc454e120769ab
parent7d4773e1e4ba4e643ef3657e482cae20315a9eff
pp_hot.c: fix typo in comment ("intit" -> "init")

... and other slight comment changes to improve consistency in
punctuation and capitalization.

"@a =~ /(.)/g" makes no sense and was probably meant to be "=" instead,
as the comment is about /g in list context iterating multiple times.

"helps use avoid" -> "helps us avoid"
pp_hot.c