]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commitdiff
Fixed a multi-line comment.
authorlikewise <likewise>
Mon, 9 Jun 2003 21:32:55 +0000 (21:32 +0000)
committerlikewise <likewise>
Mon, 9 Jun 2003 21:32:55 +0000 (21:32 +0000)
src/core/netif.c

index 0762fabf0d140758fc0b404beebc8d3776c7e282..ca6e90dd738104516787877509e1bb8453e40b8e 100644 (file)
@@ -202,7 +202,7 @@ netif_set_ipaddr(struct netif *netif, struct ip_addr *ipaddr)
       /* PCB bound to current local interface address? */
       if (ip_addr_cmp(&(lpcb->local_ip), &(netif->ip_addr))) {
         /* The PCB is listening to the old ipaddr and
-         * is set to listen to the new one instead */
+         * is set to listen to the new one instead
          * TODO: how do we know it is _listening_? */
         ip_addr_set(&(lpcb->local_ip), ipaddr);
       }