]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/kernel_socket.c
*: spelchek
[mirror_frr.git] / zebra / kernel_socket.c
index 8df5a37640674abcff43818c88de686bbd756cbe..9c3d9adefbc96cde7887e6a73eeda9255d6ee25f 100644 (file)
@@ -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;
                }