wip
[oweals/gnunet.git] / src / include / gnunet_datastore_plugin.h
index f499cb82786a767a02bacd1c5b4cd2a1439cc75f..a5c548146674c8af4cdab154721188bcfba2ce40 100644 (file)
@@ -325,9 +325,9 @@ struct GNUNET_DATASTORE_PluginFunctions
   /**
    * Function to get a random item with high replication score from
    * the database, lowering the item's replication score.  Returns a
-   * single, not expired, random item from those with the highest
-   * replication counters.  The item's replication counter is
-   * decremented by one IF it was positive before.
+   * single random item from those with the highest replication
+   * counters.  The item's replication counter is decremented by one
+   * IF it was positive before.
    */
   PluginRandomGet replication_get;