aboutsummaryrefslogtreecommitdiff
path: root/src/fragmentation/defragmentation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
commitaa78134a557079ce570345e751e4c36c4b2ba79a (patch)
treef7bf25950513285184e2426109235337d0aef8be /src/fragmentation/defragmentation.c
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/fragmentation/defragmentation.c')
-rw-r--r--src/fragmentation/defragmentation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fragmentation/defragmentation.c b/src/fragmentation/defragmentation.c
index 92ae9f595..c0ca86b37 100644
--- a/src/fragmentation/defragmentation.c
+++ b/src/fragmentation/defragmentation.c
@@ -114,7 +114,7 @@ struct MessageContext
114 unsigned int frag_times_start_offset; 114 unsigned int frag_times_start_offset;
115 115
116 /** 116 /**
117 * Which offset whould we write the next frag value into 117 * Which offset would we write the next frag value into
118 * in the @e frag_times array? All smaller entries are valid. 118 * in the @e frag_times array? All smaller entries are valid.
119 */ 119 */
120 unsigned int frag_times_write_offset; 120 unsigned int frag_times_write_offset;