diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-06 02:05:07 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-06 02:05:07 +0000 |
commit | c7756faddaaf6e352c4602a4f725364cc91dcdde (patch) | |
tree | 5be91040457888b19bef16f6de412ce62f0c496c /gcc/config/vxlib.c | |
parent | 6d60a24c5853ad29ff452c23684ed7a779c20ec9 (diff) | |
download | gcc-c7756faddaaf6e352c4602a4f725364cc91dcdde.tar.gz |
* gimplify.c, ipa-prop.h, varasm.c, config/vxlib.c,
config/vxworks.h, config/crx/crx.c, config/ms1/ms1.c,
config/ms1/ms1.md, config/rs6000/rs6000.c: Fix comment typos.
Follow spelling conventions.
* doc/invoke.texi: Follow spelling conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103925 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/vxlib.c')
-rw-r--r-- | gcc/config/vxlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/vxlib.c b/gcc/config/vxlib.c index ab02388dd96..8625981a315 100644 --- a/gcc/config/vxlib.c +++ b/gcc/config/vxlib.c @@ -252,7 +252,7 @@ tls_destructor (void) /* External interface */ /* Store in KEYP a value which can be passed to __gthread_setspecific/ - __gthread_getspecific to store and retrive a value which is + __gthread_getspecific to store and retrieve a value which is specific to each calling thread. If DTOR is not NULL, it will be called when a thread terminates with a non-NULL specific value for this key, with the value as its sole argument. */ |