Fix typos.

This commit is contained in:
Ralf Corsepius
2005-01-14 05:00:55 +00:00
parent f49a82f3de
commit ab660e7740

View File

@@ -13,7 +13,7 @@
* Eric sent some e-mail in the rtems-list as a start point for this * Eric sent some e-mail in the rtems-list as a start point for this
* module implementation. * 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 /* 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. * 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. * deal with the value of the key, as used with the POSIX API.
*/ */
/* Do not pull your hair, trust me this works. :-) */ /* Do not pull your hair, trust me this works. :-) */