diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-10-26 19:34:40 -0400 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2019-11-05 10:39:15 +0000 |
commit | 0700f3c50e88fe7be55c04c24cb56e4dfe0b10ec (patch) | |
tree | dd8ec6aabcfbb6e9559bd11e1ccd4e99cec52e62 /src/vnet/ip/ip.c | |
parent | eaec04895edb90eb097b1f01481edf79ff03d42d (diff) |
ip: cleanup typos in documentation
Type: style
Change-Id: I7d44b7fab1b8b196e4934cb4832ee51084c5bf98
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
(cherry picked from commit 5b755e2f9fce239b5280ac1e5e21f835464fa017)
Diffstat (limited to 'src/vnet/ip/ip.c')
-rw-r--r-- | src/vnet/ip/ip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/ip/ip.c b/src/vnet/ip/ip.c index c5b43d446be..785cd491b57 100644 --- a/src/vnet/ip/ip.c +++ b/src/vnet/ip/ip.c @@ -309,7 +309,7 @@ format_ip_dscp (u8 * s, va_list * va) #undef _ } - return (format (s, "unknon")); + return (format (s, "unknown")); } /* |