- doxygen
authorBart Polot <bart@net.in.tum.de>
Wed, 30 Mar 2016 09:17:52 +0000 (09:17 +0000)
committerBart Polot <bart@net.in.tum.de>
Wed, 30 Mar 2016 09:17:52 +0000 (09:17 +0000)
src/cadet/gnunet-service-cadet_connection.c

index e88185b5549ac996f069ea6b3c924b2e0577499f..12c1f55a2ec34af6529beef638513f89966c8fc1 100644 (file)
@@ -1738,7 +1738,7 @@ does_connection_exist (struct CadetConnection *conn)
     if (CADET_CONNECTION_READY == c->state)
     {
       /* The other peer confirmed a live connection with this path,
-       * why is it trying to duplicate it. */
+       * why are they trying to duplicate it? */
       GNUNET_STATISTICS_update (stats, "# duplicate connections", 1, GNUNET_NO);
       return GNUNET_YES;
     }