aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api2_communication.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport_api2_communication.c')
-rw-r--r--src/transport/transport_api2_communication.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/transport_api2_communication.c b/src/transport/transport_api2_communication.c
index 3d9da08e4..446add6f6 100644
--- a/src/transport/transport_api2_communication.c
+++ b/src/transport/transport_api2_communication.c
@@ -198,7 +198,7 @@ struct GNUNET_TRANSPORT_CommunicatorHandle
198 struct GNUNET_MQ_Handle *mq; 198 struct GNUNET_MQ_Handle *mq;
199 199
200 /** 200 /**
201 * Maximum permissable queue length. 201 * Maximum permissible queue length.
202 */ 202 */
203 unsigned long long max_queue_length; 203 unsigned long long max_queue_length;
204 204
@@ -262,7 +262,7 @@ struct GNUNET_TRANSPORT_QueueHandle
262 struct GNUNET_PeerIdentity peer; 262 struct GNUNET_PeerIdentity peer;
263 263
264 /** 264 /**
265 * Network type of the communciation queue. 265 * Network type of the communication queue.
266 */ 266 */
267 enum GNUNET_NetworkType nt; 267 enum GNUNET_NetworkType nt;
268 268
@@ -889,7 +889,7 @@ GNUNET_TRANSPORT_communicator_disconnect (
889 * immediately dropped due to memory limitations (communicator 889 * immediately dropped due to memory limitations (communicator
890 * should try to apply back pressure), 890 * should try to apply back pressure),
891 * #GNUNET_SYSERR if the message could not be delivered because 891 * #GNUNET_SYSERR if the message could not be delivered because
892 * the tranport service is not yet up 892 * the transport service is not yet up
893 */ 893 */
894int 894int
895GNUNET_TRANSPORT_communicator_receive ( 895GNUNET_TRANSPORT_communicator_receive (