diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-24 06:30:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-24 06:30:40 +0000 |
commit | d1e22115d646ecce137e54c6ce8191dc91d252c4 (patch) | |
tree | ab55c9d501f69a290d7dcc0745702222bf848dac /Porting | |
parent | e0e3c57ad9f042b7ff4eb12755ee3feaad30892b (diff) | |
download | perl-d1e22115d646ecce137e54c6ce8191dc91d252c4.tar.gz |
Missing "to".
p4raw-id: //depot/perl@19608
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/config_H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/config_H b/Porting/config_H index fe82d9d14e..6fc4e32fd8 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -3934,7 +3934,7 @@ /* HAS_PTHREAD_ATFORK: * This symbol, if defined, indicates that the pthread_atfork routine - * is available setup fork handlers. + * is available to setup fork handlers. */ /*#define HAS_PTHREAD_ATFORK / **/ |