Changeset 108


Ignore:
Timestamp:
Jun 30, 2017, 9:28:36 AM (7 years ago)
Author:
max@…
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/generic/hal_atomic.h

    r23 r108  
    7272 * @ ptr     : pointer on the shared variable
    7373 * @ old     : expected value for the shared variable
    74  * @ new     : value to be writen if success
     74 * @ new     : value to be written if success
    7575 * @ return true if (current == old) and (access is atomic)
    7676 ****************************************************************************************/
     
    8484 *****************************************************************************************
    8585 * @ ptr     : pointer on the shared variable
    86  * @ val     : value to be writen if success
     86 * @ val     : value to be written if success
    8787 * @ return true if (current == 0) and (access is atomic)
    8888 ****************************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.