You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2014/11/24 18:06:57 UTC

svn commit: r1641424 - in /qpid/dispatch/trunk/src: message.c router_node.c

Author: tross
Date: Mon Nov 24 17:06:57 2014
New Revision: 1641424

URL: http://svn.apache.org/r1641424
Log:
NO-JIRA - Minor text edits in code comments.

Modified:
    qpid/dispatch/trunk/src/message.c
    qpid/dispatch/trunk/src/router_node.c

Modified: qpid/dispatch/trunk/src/message.c
URL: http://svn.apache.org/viewvc/qpid/dispatch/trunk/src/message.c?rev=1641424&r1=1641423&r2=1641424&view=diff
==============================================================================
--- qpid/dispatch/trunk/src/message.c (original)
+++ qpid/dispatch/trunk/src/message.c Mon Nov 24 17:06:57 2014
@@ -757,6 +757,7 @@ void qd_message_send(qd_message_t *in_ms
         }
 
         // Fall through to process the remaining buffers normally
+        // Note that 'advance' will have moved us to the next buffer in the chain.
     }
 
     while (buf) {

Modified: qpid/dispatch/trunk/src/router_node.c
URL: http://svn.apache.org/viewvc/qpid/dispatch/trunk/src/router_node.c?rev=1641424&r1=1641423&r2=1641424&view=diff
==============================================================================
--- qpid/dispatch/trunk/src/router_node.c (original)
+++ qpid/dispatch/trunk/src/router_node.c Mon Nov 24 17:06:57 2014
@@ -366,7 +366,7 @@ static int router_writable_link_handler(
 
         //
         // Check the delivery associated with the queued message.  If it is not
-        // settled, link it to the ougoing delivery for disposition/settlement
+        // settled, link it to the outgoing delivery for disposition/settlement
         // tracking.  If it is (pre-)settled, put it on the incoming link's event
         // queue to be locally settled.  This is done to hold session credit during
         // the time the message is in the outgoing message fifo.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org