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 | bcfe16c2cabcbd5c3a42d65ad21e0027ef64a4f5 (patch) | |
tree | ab55c9d501f69a290d7dcc0745702222bf848dac /plan9 | |
parent | 4a951f3bdb7770d467d855b90a7eda414ff03211 (diff) | |
download | perl-bcfe16c2cabcbd5c3a42d65ad21e0027ef64a4f5.tar.gz |
Missing "to".
p4raw-id: //depot/perl@19608
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/config.plan9 | 2 | ||||
-rw-r--r-- | plan9/config_h.sample | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9 index cbafb389b1..d17d4c8c25 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -4243,7 +4243,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 / **/ diff --git a/plan9/config_h.sample b/plan9/config_h.sample index 1b3b26dbee..0c5d7b87c7 100644 --- a/plan9/config_h.sample +++ b/plan9/config_h.sample @@ -4188,7 +4188,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 / **/ |