aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/vxlib.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2005-09-06 02:05:07 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-09-06 02:05:07 +0000
commit57b51d4d635b49b94ace7d83ef0294f58dcb64f7 (patch)
tree5be91040457888b19bef16f6de412ce62f0c496c /gcc/config/vxlib.c
parent7a7d74a971853f7186bec8d87ca8171c21243e3e (diff)
downloadgcc-57b51d4d635b49b94ace7d83ef0294f58dcb64f7.zip
gcc-57b51d4d635b49b94ace7d83ef0294f58dcb64f7.tar.gz
gcc-57b51d4d635b49b94ace7d83ef0294f58dcb64f7.tar.bz2
gimplify.c, [...]: Fix comment typos.
* 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. From-SVN: r103925
Diffstat (limited to 'gcc/config/vxlib.c')
-rw-r--r--gcc/config/vxlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/vxlib.c b/gcc/config/vxlib.c
index ab02388..8625981 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. */