From eff58a1bc9e2bd1555290baa8ab5a39ba4aa1b61 Mon Sep 17 00:00:00 2001 From: Omar Tarabai Date: Sun, 6 Jul 2014 18:02:11 +0000 Subject: [PATCH] documentation fix --- src/peerstore/peerstore_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/peerstore/peerstore_api.c b/src/peerstore/peerstore_api.c index 2ac8154de..b13b0136c 100644 --- a/src/peerstore/peerstore_api.c +++ b/src/peerstore/peerstore_api.c @@ -487,7 +487,7 @@ GNUNET_PEERSTORE_store_cancel (struct GNUNET_PEERSTORE_StoreContext *sc) * @param value entry value BLOB * @param size size of 'value' * @param expiry absolute time after which the entry is (possibly) deleted - * @param cont Continuation function after the store request is processed + * @param cont Continuation function after the store request is sent * @param cont_cls Closure for 'cont' */ struct GNUNET_PEERSTORE_StoreContext * -- 2.25.1