summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-14 05:00:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-14 05:00:55 +0000
commitab660e77409a4fa586855fa36f7fae5bc7bc892c (patch)
treec164562290a4d8e08b68d73962d7d05799cc1447 /cpukit/libcsupport
parent2005-01-13 Joel Sherrill <joel@oarcorp.com> (diff)
downloadrtems-ab660e77409a4fa586855fa36f7fae5bc7bc892c.tar.bz2
Fix typos.
Diffstat (limited to 'cpukit/libcsupport')
-rw-r--r--cpukit/libcsupport/src/gxx_wrappers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/gxx_wrappers.c b/cpukit/libcsupport/src/gxx_wrappers.c
index 2549e68e6d..e6a3424698 100644
--- a/cpukit/libcsupport/src/gxx_wrappers.c
+++ b/cpukit/libcsupport/src/gxx_wrappers.c
@@ -13,7 +13,7 @@
* Eric sent some e-mail in the rtems-list as a start point for this
* module implementation.
*
- *
+ * $Id$
*/
/*
@@ -87,7 +87,7 @@ int rtems_gxx_key_create (__gthread_key_t *key, void (*dtor) (void *))
{
/* Ok, this can be a bit tricky. We are going to return a "key" as a
* pointer to the buffer that will hold the value of the key itself.
- * We have to to this, becuase the others functions on this interface
+ * We have to to this, because the others functions on this interface
* deal with the value of the key, as used with the POSIX API.
*/
/* Do not pull your hair, trust me this works. :-) */