Changeset 912100e in mainline for kernel/generic/include/synch/waitq.h


Ignore:
Timestamp:
2011-05-18T12:48:40Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0dd8c29
Parents:
f10edae
Message:

fix typo

File:
1 edited

Legend:

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

    rf10edae r912100e  
    6262        int missed_wakeups;
    6363       
    64         /** List of sleeping threads for wich there was no missed_wakeup. */
     64        /** List of sleeping threads for which there was no missed_wakeup. */
    6565        link_t head;
    6666} waitq_t;
Note: See TracChangeset for help on using the changeset viewer.