]> rtime.felk.cvut.cz Git - frescor/forb.git/commitdiff
forb: Rephrase documentation
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 18 Feb 2011 23:15:44 +0000 (00:15 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 18 Feb 2011 23:15:44 +0000 (00:15 +0100)
src/discovery.c

index a0391a9a39e76021315139a6c38dac2b00232f02..90196655c84e3bbd771748c19caff411f83f7c0b 100644 (file)
@@ -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)