aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-25 19:42:06 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-25 19:42:06 +0100
commit64d8b62366d5c9d63ded495a31cb63b643a67f3f (patch)
treed41b9dfa91653a56f4eec6c8ed18fa384cd58ad8 /src/include
parentc7dc4199ee7613c1b3d2178de73ce9f8d448075a (diff)
downloadgnunet-64d8b62366d5c9d63ded495a31cb63b643a67f3f.tar.gz
gnunet-64d8b62366d5c9d63ded495a31cb63b643a67f3f.zip
typo in comment
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_container_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index cb5d0e595..e6f4ba43b 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -2092,7 +2092,7 @@ GNUNET_CONTAINER_multihashmap32_iterator_destroy (struct GNUNET_CONTAINER_MultiH
2092 element, \ 2092 element, \
2093 head)) ) \ 2093 head)) ) \
2094 { \ 2094 { \
2095 /* insert at head, e;e,emt < head */ \ 2095 /* insert at head, element < head */ \
2096 GNUNET_CONTAINER_DLL_insert (head, \ 2096 GNUNET_CONTAINER_DLL_insert (head, \
2097 tail, \ 2097 tail, \
2098 element); \ 2098 element); \