X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b511b8e4a7d720584d9d9a72b874709869bc10d0..ac953f2bdaf78f9d77ac7e6ea4b3dc82c1e7750b:/src/xbt/xbt_peer.c diff --git a/src/xbt/xbt_peer.c b/src/xbt/xbt_peer.c index d5b3598725..9e7c3e866f 100644 --- a/src/xbt/xbt_peer.c +++ b/src/xbt/xbt_peer.c @@ -25,7 +25,7 @@ xbt_peer_t xbt_peer_copy(xbt_peer_t h) { return xbt_peer_new(h->name,h->port); } -/** \brief constructor. Argument should be of form ':'. */ +/** \brief constructor. Argument should be of form '(peername):(port)'. */ xbt_peer_t xbt_peer_from_string(const char *peerport) { xbt_peer_t res=xbt_new(s_xbt_peer_t, 1); char *name=xbt_strdup(peerport);