aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats_api_peer_change_preference.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/ats_api_peer_change_preference.c')
-rw-r--r--src/ats/ats_api_peer_change_preference.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ats/ats_api_peer_change_preference.c b/src/ats/ats_api_peer_change_preference.c
index bff9306e4..776809435 100644
--- a/src/ats/ats_api_peer_change_preference.c
+++ b/src/ats/ats_api_peer_change_preference.c
@@ -139,7 +139,7 @@ GNUNET_ATS_peer_change_preference (struct GNUNET_ATS_SchedulingHandle *h,
139 139
140/** 140/**
141 * Cancel request for getting information about a peer. 141 * Cancel request for getting information about a peer.
142 * Note that an eventual change in preference, trust or bandwidth 142 * Note that an eventual change in preference or bandwidth
143 * assignment MAY have already been committed at the time, 143 * assignment MAY have already been committed at the time,
144 * so cancelling a request is NOT sure to undo the original 144 * so cancelling a request is NOT sure to undo the original
145 * request. The original request may or may not still commit. 145 * request. The original request may or may not still commit.
@@ -267,7 +267,7 @@ GNUNET_ATS_peer_change_preference (struct GNUNET_ATS_SchedulingHandle *h,
267 267
268/** 268/**
269 * Cancel request for getting information about a peer. 269 * Cancel request for getting information about a peer.
270 * Note that an eventual change in preference, trust or bandwidth 270 * Note that an eventual change in preference or bandwidth
271 * assignment MAY have already been committed at the time, 271 * assignment MAY have already been committed at the time,
272 * so cancelling a request is NOT sure to undo the original 272 * so cancelling a request is NOT sure to undo the original
273 * request. The original request may or may not still commit. 273 * request. The original request may or may not still commit.