lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #8030] Correct spelling of received


From: Liam
Subject: [lwip-devel] [patch #8030] Correct spelling of received
Date: Thu, 25 Apr 2013 21:48:15 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:20.0) Gecko/20100101 Firefox/20.0

URL:
  <http://savannah.nongnu.org/patch/?8030>

                 Summary: Correct spelling of received
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: morepork
            Submitted on: Thu 25 Apr 2013 09:48:14 PM GMT
                Category: None
                Priority: 3 - Low
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

diff --git a/src/core/tcp.c b/src/core/tcp.c
index a0cbb15..8690cd2 100644
--- a/src/core/tcp.c
+++ b/src/core/tcp.c
@@ -667,7 +667,7 @@ tcp_recved(struct tcp_pcb *pcb, u16_t len)
     tcp_output(pcb);
   }
 
-  LWIP_DEBUGF(TCP_DEBUG, ("tcp_recved: recveived %"U16_F" bytes, wnd %"U16_F"
(%"U16_F").\n",
+  LWIP_DEBUGF(TCP_DEBUG, ("tcp_recved: received %"U16_F" bytes, wnd %"U16_F"
(%"U16_F").\n",
          len, pcb->rcv_wnd, TCP_WND - pcb->rcv_wnd));
 }
 



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 25 Apr 2013 09:48:14 PM GMT  Name:
0001-Corrected-spelling-of-received.patch  Size: 739B   By: morepork

<http://savannah.nongnu.org/patch/download.php?file_id=27941>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?8030>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]