From: Steve Peters Date: Wed, 9 Aug 2006 19:45:06 +0000 (+0000) Subject: Fix comment nit in config.h X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8f42a9ec3299cd50ce2bd4c01cf806c12d9fb96d;p=p5sagit%2Fp5-mst-13.2.git Fix comment nit in config.h p4raw-id: //depot/perl@28685 --- diff --git a/config_h.SH b/config_h.SH index f6074f1..1642058 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2370,7 +2370,7 @@ sed <$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 /**/