CVS User Account cvsuser
Wed Nov 10 18:11:41 PST 2004
Log Message:
-----------
Minor changes to comments

Modified Files:
--------------
    slony1-engine/src/slon:
        remote_listen.c (r1.18 -> r1.19)

-------------- next part --------------
Index: remote_listen.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/remote_listen.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -Lsrc/slon/remote_listen.c -Lsrc/slon/remote_listen.c -u -w -r1.18 -r1.19
--- src/slon/remote_listen.c
+++ src/slon/remote_listen.c
@@ -552,7 +552,7 @@
 		return -1;
 	}
 	/*
-	 * We actually do not do the forwardiing ourself here. We send a
+	 * We actually do not do the forwarding ourself here. We send a
 	 * special message to the remote worker for that node.
 	 */
 	ntuples = PQntuples(res);
@@ -577,7 +577,7 @@
  * ---------- remoteListen_receive_events
  * 
  * Retrieve all new events that origin from nodes for which we listen on this
- * node as provider and add them to the node specific worker message queue..
+ * node as provider and add them to the node specific worker message queue.
  * ----------
  */
 static int
@@ -599,7 +599,7 @@
 	/*
 	 * In the runtime configuration info for the node, we remember the
 	 * last event sequence that we actually have received. If the remote
-	 * worker thread has processed it yet or not isn't important, we have
+	 * worker thread has processed it yet or it isn't important, we have
 	 * it in the message queue at least and don't need to select it
 	 * again.
 	 * 


More information about the Slony1-commit mailing list