aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_preferences.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/gnunet-service-ats_preferences.c')
-rw-r--r--src/ats/gnunet-service-ats_preferences.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ats/gnunet-service-ats_preferences.c b/src/ats/gnunet-service-ats_preferences.c
index 636e2db47..0869c65dc 100644
--- a/src/ats/gnunet-service-ats_preferences.c
+++ b/src/ats/gnunet-service-ats_preferences.c
@@ -47,7 +47,7 @@
47#define PREF_AGING_FACTOR 0.95 47#define PREF_AGING_FACTOR 0.95
48 48
49/** 49/**
50 * What is the lowest threshold up to which prefernce values 50 * What is the lowest threshold up to which preference values
51 * are aged, and below which we consider them zero and thus 51 * are aged, and below which we consider them zero and thus
52 * no longer subject to aging? 52 * no longer subject to aging?
53 */ 53 */
@@ -211,7 +211,7 @@ sum_relative_preferences (void *cls,
211 211
212 212
213/** 213/**
214 * Update the total releative preference for a peer by summing 214 * Update the total relative preference for a peer by summing
215 * up the relative preferences all clients have for this peer. 215 * up the relative preferences all clients have for this peer.
216 * 216 *
217 * @param id peer id of the peer for which we should do the update 217 * @param id peer id of the peer for which we should do the update