Changeset b26db0c in mainline for generic/src/mm/as.c


Ignore:
Timestamp:
2006-04-03T22:20:02Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a1fa51
Parents:
252127e
Message:

s/B+-tree/B+tree/

File:
1 edited

Legend:

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

    r252127e rb26db0c  
    543543        /*
    544544         * Second, locate the left sibling and test its last record.
    545          * Because of its position in the B+-tree, it must have base < va.
     545         * Because of its position in the B+tree, it must have base < va.
    546546         */
    547547        if ((lnode = btree_node_left_sibling(&as->as_area_btree, leaf))) {
Note: See TracChangeset for help on using the changeset viewer.