Changeset ee34275 in mainline


Ignore:
Timestamp:
2012-11-22T21:08:32Z (11 years ago)
Author:
Adam Hraska <adam.hraska+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
11904316
Parents:
85eba4c
Message:

Typo in comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/synch/rcu.h

    r85eba4c ree34275  
    4040
    4141
    42 
    43 
    4442/** Use to assign a pointer to newly initialized data to a rcu reader
    4543 * accessible pointer.
     
    134132/** Delimits the start of an RCU reader critical section.
    135133 *
    136  * Reader sections may be nested and are preemptable. You must not
     134 * Reader sections may be nested and are preemptible. You must not
    137135 * however block/sleep within reader sections.
    138136 */
Note: See TracChangeset for help on using the changeset viewer.