This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
a few typo fixes
[perl5.git] / perl.h
diff --git a/perl.h b/perl.h
index 9b6c562..6fb0257 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -2437,7 +2437,7 @@ Gid_t getegid (void);
 #endif /* DEBUGGING */
 
 
-/* These constants should be used in preference to to raw characters
+/* These constants should be used in preference to raw characters
  * when using magic. Note that some perl guts still assume
  * certain character properties of these constants, namely that
  * isUPPER() and toLOWER() may do useful mappings.