From 33af8c1ed89f15cf0601ee891e9603bef16f2c93 Mon Sep 17 00:00:00 2001 From: "Lijian.Zhang" Date: Mon, 16 Sep 2019 16:22:36 +0800 Subject: fib: fix some typos in fib/mtrie Type: fix Change-Id: I1af0e4a9bc23a3b6b6d3a74df093801ab6cae1f8 Signed-off-by: Lijian Zhang --- src/vnet/fib/fib_entry.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vnet/fib/fib_entry.h') diff --git a/src/vnet/fib/fib_entry.h b/src/vnet/fib/fib_entry.h index 8bd87e9d222..4ce28b1ae9d 100644 --- a/src/vnet/fib/fib_entry.h +++ b/src/vnet/fib/fib_entry.h @@ -23,7 +23,7 @@ /** * The different sources that can create a route. - * The sources are defined here the thier relative priority order. + * The sources are defined here with their relative priority order. * The lower the value the higher the priority */ typedef enum fib_source_t_ { @@ -193,7 +193,7 @@ STATIC_ASSERT (sizeof(fib_source_t) == 1, /** * The different sources that can create a route. - * The sources are defined here the thier relative priority order. + * The sources are defined here with their relative priority order. * The lower the value the higher the priority */ typedef enum fib_entry_attribute_t_ { -- cgit 1.2.3-korg