mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Fix typos.
This commit is contained in:
@@ -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. :-) */
|
||||||
|
|||||||
Reference in New Issue
Block a user