diff options
| -rw-r--r-- | zebra/kernel_socket.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/kernel_socket.c b/zebra/kernel_socket.c index feeaf5d0..1944f9f3 100644 --- a/zebra/kernel_socket.c +++ b/zebra/kernel_socket.c @@ -606,7 +606,7 @@ ifam_read_mesg (struct ifa_msghdr *ifm,    /* Assert read up end point matches to end point */    if (pnt != end) -    zlog_warn ("ifam_read() does't read all socket data"); +    zlog_warn ("ifam_read() doesn't read all socket data");  }  /* Interface's address information get. */ @@ -754,7 +754,7 @@ rtm_read_mesg (struct rt_msghdr *rtm,    /* Assert read up to the end of pointer. */    if (pnt != end)  -      zlog (NULL, LOG_WARNING, "rtm_read() does't read all socket data."); +      zlog (NULL, LOG_WARNING, "rtm_read() doesn't read all socket data.");    return rtm->rtm_flags;  }  | 
