mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: fragmentation
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
e7c5c587ae
commit
6f28530f90
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ static HeapInfo_t *find_segment(Heap* const heap, unsigned long n_units) {
|
|||
/* If the requested size is larger than the limit then*/
|
||||
/* search backwards for an available buffer, else go */
|
||||
/* forward. This will hopefully help to reduce */
|
||||
/* fragmentataion problems. */
|
||||
/* fragmentation problems. */
|
||||
if (n_units >= LARGE_SIZE) {
|
||||
heap_info_ptr = get_previous_block(heap, heap_info_ptr);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue