From: Michal Sojka Date: Fri, 18 Feb 2011 23:15:44 +0000 (+0100) Subject: forb: Rephrase documentation X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/forb.git/commitdiff_plain/f2b0f58ec93334f3855509c50386f84ef71c401a?hp=86db89100bedf8677647e8d7a44773dbafd74454 forb: Rephrase documentation --- 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)