gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r28942 - gnunet/src/scalarproduct


From: gnunet
Subject: [GNUnet-SVN] r28942 - gnunet/src/scalarproduct
Date: Mon, 2 Sep 2013 15:25:26 +0200

Author: cfuchs
Date: 2013-09-02 15:25:26 +0200 (Mon, 02 Sep 2013)
New Revision: 28942

Modified:
   gnunet/src/scalarproduct/gnunet-service-scalarproduct.c
Log:
fixed a couple of namechanges in comments


Modified: gnunet/src/scalarproduct/gnunet-service-scalarproduct.c
===================================================================
--- gnunet/src/scalarproduct/gnunet-service-scalarproduct.c     2013-09-02 
13:20:36 UTC (rev 28941)
+++ gnunet/src/scalarproduct/gnunet-service-scalarproduct.c     2013-09-02 
13:25:26 UTC (rev 28942)
@@ -100,27 +100,27 @@
 
 /**
  * Head of our double linked list for client-requests sent to us. 
- * for all of these elements we calculate a vector product with a remote peer
+ * for all of these elements we calculate a scalar product with a remote peer
  * split between service->service and client->service for simplicity
  */
 static struct ServiceSession * from_client_head;
 /**
  * Tail of our double linked list for client-requests sent to us. 
- * for all of these elements we calculate a vector product with a remote peer
+ * for all of these elements we calculate a scalar product with a remote peer
  * split between service->service and client->service for simplicity
  */
 static struct ServiceSession * from_client_tail;
 
 /**
  * Head of our double linked list for service-requests sent to us. 
- * for all of these elements we help the requesting service in calculating a 
vector product
+ * for all of these elements we help the requesting service in calculating a 
scalar product
  * split between service->service and client->service for simplicity
  */
 static struct ServiceSession * from_service_head;
 
 /**
  * Tail of our double linked list for service-requests sent to us. 
- * for all of these elements we help the requesting service in calculating a 
vector product
+ * for all of these elements we help the requesting service in calculating a 
scalar product
  * split between service->service and client->service for simplicity
  */
 static struct ServiceSession * from_service_tail;




reply via email to

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