summaryrefslogtreecommitdiff
path: root/uconfig.h
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 /uconfig.h
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 'uconfig.h')
-rw-r--r--uconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/uconfig.h b/uconfig.h
index 3d7307a9e1..f949665a6e 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -346,7 +346,7 @@
/* 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).
*/
#define HAS_REGCOMP /* POSIX.2 */
@@ -5251,6 +5251,6 @@
#endif
/* Generated from:
- * 0c6730559753fa1aa79fa3a10b50df81c20cae46d1fe3e3faef1c7d3aa13c92c config_h.SH
+ * 8762a3dfdfab48d1fe29cf7b27dfa150e1eec38b0d1f0f441d7cd9f5abef7dc8 config_h.SH
* 31c25f95118efbf99e358f81091058e6723b4cccb8474dfbc6d06c2b7d46ff17 uconfig.sh
* ex: set ro: */