diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2018-09-24 05:25:00 -0700 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2018-09-27 19:59:44 +0000 |
commit | ec11b13a21b2becc1d1bd746a04624d17b26583f (patch) | |
tree | f3b432a3713a8edd2041ff025157d7b0803be580 /src/vppinfra/heap.h | |
parent | 7d426535b4e98731193cc0265b83f2336dcdf5b3 (diff) |
Trivial: Cleanup some typos.
This is a new commit for code under a different maintainer.
Change-Id: I79fa403fec6a312238a9a4b18b35dbcafaa05439
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/vppinfra/heap.h')
-rw-r--r-- | src/vppinfra/heap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vppinfra/heap.h b/src/vppinfra/heap.h index 70e34cb4eb3..f76c9453e65 100644 --- a/src/vppinfra/heap.h +++ b/src/vppinfra/heap.h @@ -137,7 +137,7 @@ typedef struct format_function_t *format_elt; - /* Used for validattion/debugging. */ + /* Used for validation/debugging. */ uword *used_elt_bitmap; /* First and last element of doubly linked chain of elements. */ @@ -150,7 +150,7 @@ typedef struct u32 flags; /* Static heaps are made from external memory given to - us by user and are not re-sizeable vectors. */ + us by user and are not re-sizable vectors. */ #define HEAP_IS_STATIC (1) } heap_header_t; |