mirror of
https://github.com/google/pebble.git
synced 2025-07-13 01:41:52 -04:00
spelling: header
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
1fcda4287c
commit
10dee72f9e
2 changed files with 10 additions and 10 deletions
|
@ -43,9 +43,9 @@ typedef struct Heap {
|
|||
HeapInfo_t *begin;
|
||||
HeapInfo_t *end;
|
||||
|
||||
//! Number of allocated bytes, including beginers
|
||||
//! Number of allocated bytes, including headers
|
||||
unsigned int current_size;
|
||||
//! Peak number of allocated bytes, including beginers
|
||||
//! Peak number of allocated bytes, including headers
|
||||
unsigned int high_water_mark;
|
||||
|
||||
HeapLockImpl lock_impl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue