diff options
author | Lijian.Zhang <Lijian.Zhang@arm.com> | 2019-09-16 16:22:36 +0800 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-09-25 08:59:07 +0000 |
commit | 33af8c1ed89f15cf0601ee891e9603bef16f2c93 (patch) | |
tree | dfa3d9fe944cc1b12a5b4357067ed99e639a80d4 /src/vnet/ip/ip6.h | |
parent | 896c896a3c4ed563a270281ff8b50fd253f4833f (diff) |
fib: fix some typos in fib/mtrie
Type: fix
Change-Id: I1af0e4a9bc23a3b6b6d3a74df093801ab6cae1f8
Signed-off-by: Lijian Zhang <Lijian.Zhang@arm.com>
Diffstat (limited to 'src/vnet/ip/ip6.h')
-rw-r--r-- | src/vnet/ip/ip6.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vnet/ip/ip6.h b/src/vnet/ip/ip6.h index 2cff713ab05..810fd70ff0c 100644 --- a/src/vnet/ip/ip6.h +++ b/src/vnet/ip/ip6.h @@ -122,7 +122,7 @@ typedef enum ip6_fib_table_instance_type_t_ { /** * This table stores the routes that are used to forward traffic. - * The key is the prefix, the result the adjacnecy to forward on. + * The key is the prefix, the result the adjacency to forward on. */ IP6_FIB_TABLE_FWDING, /** @@ -137,7 +137,7 @@ typedef enum ip6_fib_table_instance_type_t_ #define IP6_FIB_NUM_TABLES (IP6_FIB_TABLE_NON_FWDING+1) /** - * A represenation of a single IP6 table + * A representation of a single IP6 table */ typedef struct ip6_fib_table_instance_t_ { @@ -151,7 +151,7 @@ typedef struct ip6_fib_table_instance_t_ } ip6_fib_table_instance_t; /** - * A represenation of a single IP6 mfib table + * A representation of a single IP6 mfib table */ typedef struct ip6_mfib_table_instance_t_ { |