diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-08-09 19:45:06 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-08-09 19:45:06 +0000 |
commit | 8f42a9ec3299cd50ce2bd4c01cf806c12d9fb96d (patch) | |
tree | 45a2904b85720f24a1d71478839f369c566a48d9 /config_h.SH | |
parent | ced497e2fca8b0ac1628855f422776e9bf331e65 (diff) | |
download | perl-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.SH | 2 |
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 /**/ |