diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-08 16:10:07 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-08 16:10:07 +0000 |
commit | 1d59c5938585e57d4e63102254ee53b59b0bd9ac (patch) | |
tree | 9a0a4316b5abe2a6f44963af49cae0c1abfd1d9e /config_h.SH | |
parent | bae06e144a614ad8a7230d3ed1ed64843cd97c73 (diff) | |
download | perl-1d59c5938585e57d4e63102254ee53b59b0bd9ac.tar.gz |
Detypo, problem noticed by Gerrit P. Haase.
p4raw-id: //depot/perl@11217
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 2cf8168599..d80ccda73b 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2957,7 +2957,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * This macro is to be used to generate uniformly distributed * random numbers over the range [0., 1.[. You may have to supply * an 'extern double drand48();' in your program since SunOS 4.1.3 - * doesn't provide you with anything relevant in it's headers. + * doesn't provide you with anything relevant in its headers. * See HAS_DRAND48_PROTO. */ /* Rand_seed_t: |