diff options
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 / **/ |