Ignore:
File:
1 edited

Legend:

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

    r5a5269d rd1582b50  
    20572057        /* Check if A is adjacent to the new interval */
    20582058        adj_a = (a != NULL) && (a->page + P2SZ(a->count) == page);
    2059         /* Check if the new interval is adjacent to B*/
     2059        /* Check if the new interval is adjacent to B */
    20602060        adj_b = (b != NULL) && page + P2SZ(count) == b->page;
    20612061
Note: See TracChangeset for help on using the changeset viewer.