From f324dec0a371431f9326f67e920630579741da3c Mon Sep 17 00:00:00 2001 From: Jim Thompson Date: Mon, 8 Apr 2019 03:22:21 -0500 Subject: fixing typos Change-Id: I215e1e0208a073db80ec6f87695d734cf40fabe3 Signed-off-by: Jim Thompson --- src/vnet/ip/ip6_forward.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/ip/ip6_forward.c') diff --git a/src/vnet/ip/ip6_forward.c b/src/vnet/ip/ip6_forward.c index 511fc9329e8..f1f291da8a2 100644 --- a/src/vnet/ip/ip6_forward.c +++ b/src/vnet/ip/ip6_forward.c @@ -1794,7 +1794,7 @@ ip6_rewrite_inline_with_gso (vlib_main_t * vm, is_locally_originated1, &next1, &error1); /* Don't adjust the buffer for hop count issue; icmp-error node - * wants to see the IP headerr */ + * wants to see the IP header */ if (PREDICT_TRUE (error0 == IP6_ERROR_NONE)) { p0->current_data -= rw_len0; -- cgit 1.2.3-korg