summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorBryan Stenson <bryan@siliconvortex.com>2019-12-19 13:15:33 -0800
committerJames E Keenan <jkeenan@cpan.org>2019-12-19 17:02:30 -0500
commit4357af6ce6bbf62e83c554355bd8063b6fd0880a (patch)
tree66793161f0ba0c8c1bb4582cc677d082329abe71 /config_h.SH
parent84d8fb58665c60eb8e5f0b845466b898b8fa21f8 (diff)
downloadperl-4357af6ce6bbf62e83c554355bd8063b6fd0880a.tar.gz
fixing usally and patern
Typos in documentation and inline comments. Pursuant to discussion on openbsd-tech list: https://marc.info/?t=157678644800005&r=1&w=2 https://marc.info/?t=157678570300002&r=1&w=2 For: https://github.com/Perl/perl5/issues/17379 https://github.com/Perl/perl5/pull/17380 Committer: Bryan Stenson is now a Perl author. Regenerate uconfig.sh via: perl regen/uconfig_h.pl
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_h.SH b/config_h.SH
index 3be4602f48..d890bca94e 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -391,7 +391,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
/* HAS_REGCOMP:
* This symbol, if defined, indicates that the regcomp() routine is
- * available to do some regular patern matching (usually on POSIX.2
+ * available to do some regular pattern matching (usually on POSIX.2
* conforming systems).
*/
#$d_regcomp HAS_REGCOMP /* POSIX.2 */