Changes between Version 6 and Version 7 of kernel_context


Ignore:
Timestamp:
Oct 25, 2014, 10:27:40 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_context

    v6 v7  
    2828
    2929 === unsigned int '''_get_context_slot'''( unsigned int slot ) ===
    30 This function returns the content of a context slot for the running task.
     30This function returns the content of a context slot for the calling task.
    3131
    3232 === void '''_set_context_slot'''( unsigned int slot,  unsigned int value ) ===
    33 This function updates the content of a context slot for the running task.
     33This function updates the content of a context slot for the calling task.
    3434
    3535