Changeset cc73a8a1 in mainline for generic/src/synch/rwlock.c


Ignore:
Timestamp:
2006-06-20T12:26:16Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c8a70a
Parents:
1e0a5fc
Message:

Cleanup of comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/synch/rwlock.c

    r1e0a5fc rcc73a8a1  
    2727 */
    2828
    29  /** @addtogroup sync
     29/** @addtogroup sync
    3030 * @{
    3131 */
     
    3939 *
    4040 * These locks are not recursive.
    41  * Because technique called direct hand-off is used, neither readers
     41 * Because a technique called direct hand-off is used and because
     42 * waiting takes place in a single wait queue, neither readers
    4243 * nor writers will suffer starvation.
    4344 *
     
    385386}
    386387
    387  /** @}
    388  */
    389 
     388/** @}
     389 */
Note: See TracChangeset for help on using the changeset viewer.