aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps-sampler_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/rps-sampler_client.h')
-rw-r--r--src/rps/rps-sampler_client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rps/rps-sampler_client.h b/src/rps/rps-sampler_client.h
index e6b808650..7a674371d 100644
--- a/src/rps/rps-sampler_client.h
+++ b/src/rps/rps-sampler_client.h
@@ -123,7 +123,7 @@ RPS_sampler_get_n_rand_peers (struct RPS_Sampler *sampler,
123 123
124 124
125/** 125/**
126 * Cancle a request issued through #RPS_sampler_n_rand_peers_ready_cb. 126 * Cancel a request issued through #RPS_sampler_n_rand_peers_ready_cb.
127 * 127 *
128 * @param req_handle the handle to the request 128 * @param req_handle the handle to the request
129 */ 129 */
@@ -134,7 +134,7 @@ RPS_sampler_request_cancel (struct RPS_SamplerRequestHandle *req_handle);
134/** 134/**
135 * Counts how many Samplers currently hold a given PeerID. 135 * Counts how many Samplers currently hold a given PeerID.
136 * 136 *
137 * @param sampler the sampler to cound ids in. 137 * @param sampler the sampler to count ids in.
138 * @param id the PeerID to count. 138 * @param id the PeerID to count.
139 * 139 *
140 * @return the number of occurrences of id. 140 * @return the number of occurrences of id.