summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorCasey West <casey@geeknest.com>2003-05-09 00:00:44 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-13 18:53:48 +0000
commit3099fc99273017468e5ddf7177e6764cfc105a6a (patch)
treec9f19027fc0ff8508ec51d310eac7bcc2eb55f0e /uconfig.h
parent2c634edc13b5b5cb4d6fa1bb56a8859a91a81976 (diff)
downloadperl-3099fc99273017468e5ddf7177e6764cfc105a6a.tar.gz
[perl #8599] s/catenate/concatenate/
Message-ID: <20030509080044.GA49820@geeknest.com> (except for the dup.t patch which diddled with system().) p4raw-id: //depot/perl@19518
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 08888f445f..1f7fa463ed 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -1476,7 +1476,7 @@
#define OSVERS "" /**/
/* CAT2:
- * This macro catenates 2 tokens together.
+ * This macro concatenates 2 tokens together.
*/
/* STRINGIFY:
* This macro surrounds its token with double quotes.
@@ -1496,7 +1496,7 @@
#define STRINGIFY(a) PeRl_StGiFy(a)
#endif
#if 42 != 1 && 42 != 42
-# include "Bletch: How does this C preprocessor catenate tokens?"
+# include "Bletch: How does this C preprocessor concatenate tokens?"
#endif
/* CPPSTDIN: