Changeset db79676 in mainline


Ignore:
Timestamp:
2005-11-15T16:03:36Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
39539da
Parents:
594a468
Message:

Fix typo and clean up comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/mm/buddy.c

    r594a468 rdb79676  
    4141 * @param max_order The biggest allocable size will be 2^max_order.
    4242 * @param op Operations for new buddy system.
    43  * @param data Pointer to be used by implentation.
     43 * @param data Pointer to be used by implementation.
    4444 *
    4545 * @return New buddy system.
     
    8686/** Allocate block from buddy system.
    8787 *
    88  * Allocate block from buddy system.
    89  *
    9088 * @param b Buddy system pointer.
    9189 * @param i Returned block will be 2^i big.
     
    147145
    148146/** Return block to buddy system.
    149  *
    150  * Return block to buddy system.
    151147 *
    152148 * @param b Buddy system pointer.
Note: See TracChangeset for help on using the changeset viewer.