From ab660e77409a4fa586855fa36f7fae5bc7bc892c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 14 Jan 2005 05:00:55 +0000 Subject: Fix typos. --- cpukit/libcsupport/src/gxx_wrappers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/libcsupport') 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. :-) */ -- cgit v1.2.3