diff options
author | Gabor X Toth <*@tg-x.net> | 2015-05-07 12:15:07 +0000 |
---|---|---|
committer | Gabor X Toth <*@tg-x.net> | 2015-05-07 12:15:07 +0000 |
commit | 44fc5054ed8094fa028df7bae6d2c522deca04fa (patch) | |
tree | 4656c16aa0118ff6998c721b26237acf11f53a43 /src/multicast/multicast_api.c | |
parent | c1eec384277b32b187683165825d7522a94f327e (diff) |
doc fix
Diffstat (limited to 'src/multicast/multicast_api.c')
-rw-r--r-- | src/multicast/multicast_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multicast/multicast_api.c b/src/multicast/multicast_api.c index d47b166a54..63a779c08e 100644 --- a/src/multicast/multicast_api.c +++ b/src/multicast/multicast_api.c @@ -144,7 +144,7 @@ struct GNUNET_MULTICAST_Member /** * Handle that identifies a join request. * - * Used to match calls to #GNUNET_MULTICAST_JoinCallback to the + * Used to match calls to #GNUNET_MULTICAST_JoinRequestCallback to the * corresponding calls to #GNUNET_MULTICAST_join_decision(). */ struct GNUNET_MULTICAST_JoinHandle |