aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-23 08:18:41 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-23 08:18:41 +0000
commitfeb4578a243f456236608c78f87c53edc245bfeb (patch)
treef06b450ead95d77537424f6e7f5c0233f4594be4 /src/ats
parent669d77b3d4d3aa5ddca24ad6f35db745aea62688 (diff)
downloadgnunet-feb4578a243f456236608c78f87c53edc245bfeb.tar.gz
gnunet-feb4578a243f456236608c78f87c53edc245bfeb.zip
-comment / naming cleanups
Diffstat (limited to 'src/ats')
-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.