From e6e105d7a68da5e079d5bd20de4b012874f9e355 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Fri, 1 May 2015 18:13:49 +0000 Subject: [PATCH] Comments. FossilOrigin-Name: 230d11360f2f8749e237253119c17b988eda4671d5a0acb464bf6c3bd9c8c4f6 --- src/capwap/mavl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/capwap/mavl.h b/src/capwap/mavl.h index 7e1a39fe..914a6d42 100644 --- a/src/capwap/mavl.h +++ b/src/capwap/mavl.h @@ -18,7 +18,8 @@ /** * @file - * @brief Yet another avl tree implementation! + * @brief MAVL, Mini AVL Tree, + * Yet another AVL Tree implementation! */