From e8bcb944c5a83e55060b721aaf0e870754f756c3 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 (cherry picked from commit 33af8c1ed89f15cf0601ee891e9603bef16f2c93) --- src/plugins/ila/ila.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins') diff --git a/src/plugins/ila/ila.h b/src/plugins/ila/ila.h index 26620983823..d2052baa60d 100644 --- a/src/plugins/ila/ila.h +++ b/src/plugins/ila/ila.h @@ -82,7 +82,7 @@ typedef struct { u32 next_hop_child_index; /** - * The next DPO in the grpah to follow + * The next DPO in the graph to follow */ dpo_id_t ila_dpo; } ila_entry_t; -- cgit 1.2.3-korg