aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 20:00:55 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 20:00:55 +0200
commit1f2674fe293be7c1a852fbe4a7241fbcb149078f (patch)
tree075dd0aa3d2b19b0c62b18bdf3d99f324dea2966 /src/fs
parent82a5d35360c4c882d9a5f92c4ac27c61bd4a4cc5 (diff)
downloadgnunet-1f2674fe293be7c1a852fbe4a7241fbcb149078f.tar.gz
gnunet-1f2674fe293be7c1a852fbe4a7241fbcb149078f.zip
-fix typos
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/fs_api.h4
-rw-r--r--src/fs/fs_tree.h2
-rw-r--r--src/fs/gnunet-service-fs_cadet.h2
-rw-r--r--src/fs/gnunet-service-fs_pr.h2
4 files changed, 5 insertions, 5 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index 0228e37ce..050d5f46c 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -35,7 +35,7 @@
35#include "fs.h" 35#include "fs.h"
36 36
37/** 37/**
38 * Pick a multiple of 2 here to achive 8-byte alignment! We also 38 * Pick a multiple of 2 here to achieve 8-byte alignment! We also
39 * probably want DBlocks to have (roughly) the same size as IBlocks. 39 * probably want DBlocks to have (roughly) the same size as IBlocks.
40 * With SHA-512, the optimal value is 32768 byte / 128 byte = 256 (128 40 * With SHA-512, the optimal value is 32768 byte / 128 byte = 256 (128
41 * byte = 2 * 512 bits). DO NOT CHANGE! 41 * byte = 2 * 512 bits). DO NOT CHANGE!
@@ -1141,7 +1141,7 @@ struct GNUNET_FS_Handle
1141 1141
1142 /** 1142 /**
1143 * Average time we take for a single request to be satisfied. 1143 * Average time we take for a single request to be satisfied.
1144 * FIXME: not yet calcualted properly... 1144 * FIXME: not yet calculated properly...
1145 */ 1145 */
1146 struct GNUNET_TIME_Relative avg_block_latency; 1146 struct GNUNET_TIME_Relative avg_block_latency;
1147 1147
diff --git a/src/fs/fs_tree.h b/src/fs/fs_tree.h
index 12b5b5d07..1fb681d27 100644
--- a/src/fs/fs_tree.h
+++ b/src/fs/fs_tree.h
@@ -172,7 +172,7 @@ GNUNET_FS_tree_encoder_get_uri (struct GNUNET_FS_TreeEncoder *te);
172 * about possible errors. 172 * about possible errors.
173 * 173 *
174 * @param te the tree encoder to clean up 174 * @param te the tree encoder to clean up
175 * @param emsg set to an error message (if an error occured 175 * @param emsg set to an error message (if an error occurred
176 * within the tree encoder; if this function is called 176 * within the tree encoder; if this function is called
177 * prior to completion and prior to an internal error, 177 * prior to completion and prior to an internal error,
178 * both "*emsg" will be set to NULL). 178 * both "*emsg" will be set to NULL).
diff --git a/src/fs/gnunet-service-fs_cadet.h b/src/fs/gnunet-service-fs_cadet.h
index b8c255047..c02021a0d 100644
--- a/src/fs/gnunet-service-fs_cadet.h
+++ b/src/fs/gnunet-service-fs_cadet.h
@@ -82,7 +82,7 @@ GSF_cadet_release_clients (void *cls,
82 82
83/** 83/**
84 * Cancel an active request; must not be called after 'proc' 84 * Cancel an active request; must not be called after 'proc'
85 * was calld. 85 * was called.
86 * 86 *
87 * @param sr request to cancel 87 * @param sr request to cancel
88 */ 88 */
diff --git a/src/fs/gnunet-service-fs_pr.h b/src/fs/gnunet-service-fs_pr.h
index e060e734e..58fdd334e 100644
--- a/src/fs/gnunet-service-fs_pr.h
+++ b/src/fs/gnunet-service-fs_pr.h
@@ -207,7 +207,7 @@ typedef void
207 * @param bf_size number of bytes in bf_data 207 * @param bf_size number of bytes in bf_data
208 * @param mingle mingle value for bf 208 * @param mingle mingle value for bf
209 * @param anonymity_level desired anonymity level 209 * @param anonymity_level desired anonymity level
210 * @param priority maximum outgoing cummulative request priority to use 210 * @param priority maximum outgoing cumulative request priority to use
211 * @param ttl current time-to-live for the request 211 * @param ttl current time-to-live for the request
212 * @param sender_pid peer ID to use for the sender when forwarding, 0 for none; 212 * @param sender_pid peer ID to use for the sender when forwarding, 0 for none;
213 * reference counter is taken over by this function 213 * reference counter is taken over by this function