From f2b0f58ec93334f3855509c50386f84ef71c401a Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Sat, 19 Feb 2011 00:15:44 +0100 Subject: [PATCH] forb: Rephrase documentation --- src/discovery.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/discovery.c b/src/discovery.c index a0391a9..9019665 100644 --- a/src/discovery.c +++ b/src/discovery.c @@ -113,9 +113,9 @@ forb_peer_delete(forb_t *forb, forb_peer_t *peer) * @param forb * @param server_id * - * @return The found peer or NULL if no peer is found. You have to - * call forb_peer_put() after you finish working with the non NULL - * retuned value. + * @return The found peer or NULL if no peer is found. forb_peer_put() + * has to be called on the non-NULL returned value after is not + * needed. */ forb_peer_t * forb_peer_find(forb_t *forb, forb_server_id *server_id) -- 2.39.2