diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-03-27 11:25:48 -0700 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-03-28 06:36:04 +0000 |
commit | 8feeaff56fa9a4fbdfc06131f28a1060ffd9645d (patch) | |
tree | 76ab4368d46a40288e01aa46624470145c64524e /src/vlib/buffer.c | |
parent | 64f7530fff5d8811894c75fc3378a5c6da77d7b8 (diff) |
Typos. A bunch of typos I've been collecting.
Change-Id: I53ab8d17914e6563110354e4052109ac02bf8f3b
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/vlib/buffer.c')
-rw-r--r-- | src/vlib/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vlib/buffer.c b/src/vlib/buffer.c index 3b0b5d78349..21e91026b3e 100644 --- a/src/vlib/buffer.c +++ b/src/vlib/buffer.c @@ -321,7 +321,7 @@ static struct vlib_main_t **vlib_mains = &__bootstrap_vlib_main_vector.vm; -/* When dubugging validate that given buffers are either known allocated +/* When debugging validate that given buffers are either known allocated or known free. */ void vlib_buffer_validate_alloc_free (vlib_main_t * vm, |