diff options
| author | Quentin Young <qlyoung@users.noreply.github.com> | 2018-10-25 15:46:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-25 15:46:51 -0400 |
| commit | dd5c280ab3ae493e038ca13b672da148ade58f61 (patch) | |
| tree | 498f2d6f82500fb304e37771d21d48c6185d089f /zebra/kernel_socket.c | |
| parent | 6cd85474f80492d4721966610357109593ae4ab9 (diff) | |
| parent | 0437e10517aa0b6c2e3490626333a0082ff4c79f (diff) | |
Merge pull request #3247 from opensourcerouting/spelchek
*: spelchek
Diffstat (limited to 'zebra/kernel_socket.c')
| -rw-r--r-- | zebra/kernel_socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/kernel_socket.c b/zebra/kernel_socket.c index 8df5a37640..9c3d9adefb 100644 --- a/zebra/kernel_socket.c +++ b/zebra/kernel_socket.c @@ -469,7 +469,7 @@ int ifm_read(struct if_msghdr *ifm) if (ifnlen && (strncmp(ifp->name, ifname, IFNAMSIZ) != 0)) { if (IS_ZEBRA_DEBUG_KERNEL) zlog_debug( - "%s: ifp name %s doesnt match sdl name %s", + "%s: ifp name %s doesn't match sdl name %s", __func__, ifp->name, ifname); ifp = NULL; } |
