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/12/05 13:58:46 UTC

svn commit: r1643260 - /qpid/dispatch/trunk/src/server.c

Author: tross
Date: Fri Dec  5 12:58:45 2014
New Revision: 1643260

Log:
NO-JIRA - fixed some global-replace errors in comments.

Modified:
    qpid/dispatch/trunk/src/server.c

Modified: qpid/dispatch/trunk/src/server.c
==============================================================================
--- qpid/dispatch/trunk/src/server.c (original)
+++ qpid/dispatch/trunk/src/server.c Fri Dec  5 12:58:45 2014
@@ -434,7 +434,7 @@ static void *thread_run(void *arg)
                 qd_server->a_thread_is_waiting = true;
 
                 //
-                // Ask the timer log_handle when its next timer is scheduled to fire.  We'll
+                // Ask the timer module when its next timer is scheduled to fire.  We'll
                 // use this value in driver_wait as the timeout.  If there are no scheduled
                 // timers, the returned value will be -1.
                 //
@@ -469,7 +469,7 @@ static void *thread_run(void *arg)
                 }
 
                 //
-                // Visit the timer log_handle.
+                // Visit the timer module.
                 //
                 struct timespec tv;
                 clock_gettime(CLOCK_REALTIME, &tv);



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