In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/cd431d515303e91c5206c15a75aeba8ffaeada61?hp=b3dd0aba3d2bf0b22280303ef6f068e976e31888>
- Log ----------------------------------------------------------------- commit cd431d515303e91c5206c15a75aeba8ffaeada61 Author: Karl Williamson <[email protected]> Date: Sat Jul 2 08:49:11 2016 -0600 perl.h: Fix typo in comment ----------------------------------------------------------------------- Summary of changes: perl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl.h b/perl.h index 3cb9739..6c001e0 100644 --- a/perl.h +++ b/perl.h @@ -6776,7 +6776,7 @@ extern void moncontrol(int); /* Even though the VAX formats are kind of little-endian, * they are not really fully little-endian like Intel IEEE, - * but neither they are really IEEE-mixed endian like the + * but neither are they really IEEE-mixed endian like the * mixed-endian ARM IEEE formats (with swapped bytes). * The VAX format ultimately come from PDP. */ -- Perl5 Master Repository
