aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_disk_lib.h2
-rw-r--r--src/include/gnunet_messenger_service.h2
-rw-r--r--src/include/gnunet_testing_ng_lib.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h
index 0fbdd7ab3..3805039fc 100644
--- a/src/include/gnunet_disk_lib.h
+++ b/src/include/gnunet_disk_lib.h
@@ -503,7 +503,7 @@ GNUNET_DISK_pipe_handle (const struct GNUNET_DISK_PipeHandle *p,
503 503
504 504
505/** 505/**
506 * Update POSIX permissions mask of a file on disk. If both argumets 506 * Update POSIX permissions mask of a file on disk. If both arguments
507 * are #GNUNET_NO, the file is made world-read-write-executable (777). 507 * are #GNUNET_NO, the file is made world-read-write-executable (777).
508 * Does nothing on W32. 508 * Does nothing on W32.
509 * 509 *
diff --git a/src/include/gnunet_messenger_service.h b/src/include/gnunet_messenger_service.h
index 99d4cf267..0576e239f 100644
--- a/src/include/gnunet_messenger_service.h
+++ b/src/include/gnunet_messenger_service.h
@@ -172,7 +172,7 @@ GNUNET_MESSENGER_name_of_kind (enum GNUNET_MESSENGER_MessageKind kind);
172 172
173/** 173/**
174 * The header of a #GNUNET_MESSENGER_Message. 174 * The header of a #GNUNET_MESSENGER_Message.
175 * This allows authentification of the sender, temporal ordering and finding potentially missed messages. 175 * This allows authentication of the sender, temporal ordering and finding potentially missed messages.
176 * 176 *
177 * Message-header-size: 40+ bytes 177 * Message-header-size: 40+ bytes
178 */ 178 */
diff --git a/src/include/gnunet_testing_ng_lib.h b/src/include/gnunet_testing_ng_lib.h
index 001d92aad..55c8a7246 100644
--- a/src/include/gnunet_testing_ng_lib.h
+++ b/src/include/gnunet_testing_ng_lib.h
@@ -161,7 +161,7 @@ struct GNUNET_TESTING_Command
161 161
162 /** 162 /**
163 * How often did we try to execute this command? (In case it is a request 163 * How often did we try to execute this command? (In case it is a request
164 * that is repated.) Note that a command must have some build-in retry 164 * that is repated.) Note that a command must have some built-in retry
165 * mechanism for this value to be useful. 165 * mechanism for this value to be useful.
166 */ 166 */
167 unsigned int num_tries; 167 unsigned int num_tries;