summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-08-09 19:45:06 +0000
committerSteve Peters <steve@fisharerojo.org>2006-08-09 19:45:06 +0000
commit8f42a9ec3299cd50ce2bd4c01cf806c12d9fb96d (patch)
tree45a2904b85720f24a1d71478839f369c566a48d9 /config_h.SH
parentced497e2fca8b0ac1628855f422776e9bf331e65 (diff)
downloadperl-8f42a9ec3299cd50ce2bd4c01cf806c12d9fb96d.tar.gz
Fix comment nit in config.h
p4raw-id: //depot/perl@28685
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_h.SH b/config_h.SH
index f6074f1c93..1642058e79 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -2370,7 +2370,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
/* Mmap_t:
* This symbol holds the return type of the mmap() system call
* (and simultaneously the type of the first argument).
- * Usually set to 'void *' or 'cadd_t'.
+ * Usually set to 'void *' or 'caddr_t'.
*/
#$d_mmap HAS_MMAP /**/
#define Mmap_t $mmaptype /**/