aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/communicator.h2
-rw-r--r--src/transport/ieee80211_radiotap.h2
-rw-r--r--src/transport/plugin_transport_wlan.h2
-rw-r--r--src/transport/transport-testing.h6
-rw-r--r--src/transport/transport-testing2.h6
-rw-r--r--src/transport/transport.h8
6 files changed, 13 insertions, 13 deletions
diff --git a/src/transport/communicator.h b/src/transport/communicator.h
index ab7a25de6..5ef43597d 100644
--- a/src/transport/communicator.h
+++ b/src/transport/communicator.h
@@ -116,7 +116,7 @@ struct GNUNET_TRANSPORT_CommunicatorGenericFCLimits
116 uint64_t bytes_window_size; 116 uint64_t bytes_window_size;
117 117
118 /** 118 /**
119 * Cummulative acknowledgement for number of bytes received. 119 * Cumulative acknowledgement for number of bytes received.
120 */ 120 */
121 uint64_t bytes_cummulative_ack; 121 uint64_t bytes_cummulative_ack;
122 122
diff --git a/src/transport/ieee80211_radiotap.h b/src/transport/ieee80211_radiotap.h
index 1a79cf214..9351da9a5 100644
--- a/src/transport/ieee80211_radiotap.h
+++ b/src/transport/ieee80211_radiotap.h
@@ -248,7 +248,7 @@ enum ieee80211_radiotap_type
248#define IEEE80211_RADIOTAP_F_TX_RTS 0x0004 /* used rts/cts handshake */ 248#define IEEE80211_RADIOTAP_F_TX_RTS 0x0004 /* used rts/cts handshake */
249 249
250/* Ugly macro to convert literal channel numbers into their mhz equivalents 250/* Ugly macro to convert literal channel numbers into their mhz equivalents
251 * There are certianly some conditions that will break this (like feeding it '30') 251 * There are certainly some conditions that will break this (like feeding it '30')
252 * but they shouldn't arise since nothing talks on channel 30. */ 252 * but they shouldn't arise since nothing talks on channel 30. */
253#define ieee80211chan2mhz(x) \ 253#define ieee80211chan2mhz(x) \
254 (((x) <= 14) ? \ 254 (((x) <= 14) ? \
diff --git a/src/transport/plugin_transport_wlan.h b/src/transport/plugin_transport_wlan.h
index 9ba9d2771..d175f9377 100644
--- a/src/transport/plugin_transport_wlan.h
+++ b/src/transport/plugin_transport_wlan.h
@@ -109,7 +109,7 @@ struct GNUNET_TRANSPORT_WLAN_Ieee80211Frame
109{ 109{
110 /** 110 /**
111 * 802.11 Frame Control field. A bitmask. The overall field is a 111 * 802.11 Frame Control field. A bitmask. The overall field is a
112 * 16-bit mask of the respecitve fields. The lowest two bits should 112 * 16-bit mask of the respective fields. The lowest two bits should
113 * be 0, then comes the "type" (2 bits, see IEEE80211_FC0_TYPE_* 113 * be 0, then comes the "type" (2 bits, see IEEE80211_FC0_TYPE_*
114 * constants), followed by 4-bit subtype (all zeros for ad-hoc), 114 * constants), followed by 4-bit subtype (all zeros for ad-hoc),
115 * followed by various flags (to DS, from DS, more frag, retry, 115 * followed by various flags (to DS, from DS, more frag, retry,
diff --git a/src/transport/transport-testing.h b/src/transport/transport-testing.h
index 0f7c51ce5..c548e59c1 100644
--- a/src/transport/transport-testing.h
+++ b/src/transport/transport-testing.h
@@ -181,7 +181,7 @@ struct GNUNET_TRANSPORT_TESTING_ConnectRequest
181 struct GNUNET_SCHEDULER_Task *tct; 181 struct GNUNET_SCHEDULER_Task *tct;
182 182
183 /** 183 /**
184 * Handle by which we ask ATS to faciliate the connection. 184 * Handle by which we ask ATS to facilitate the connection.
185 */ 185 */
186 struct GNUNET_ATS_ConnectivitySuggestHandle *ats_sh; 186 struct GNUNET_ATS_ConnectivitySuggestHandle *ats_sh;
187 187
@@ -348,7 +348,7 @@ GNUNET_TRANSPORT_TESTING_connect_peers (
348/** 348/**
349 * Cancel the request to connect two peers. You MUST cancel the 349 * Cancel the request to connect two peers. You MUST cancel the
350 * request if you stop the peers before the peers connected 350 * request if you stop the peers before the peers connected
351 * succesfully. 351 * successfully.
352 * 352 *
353 * @param cc a connect request handle 353 * @param cc a connect request handle
354 */ 354 */
@@ -902,7 +902,7 @@ GNUNET_TRANSPORT_TESTING_get_test_plugin_name (const char *executable,
902 902
903/** 903/**
904 * Extracts the filename from an absolute file name and removes the 904 * Extracts the filename from an absolute file name and removes the
905 * extenstion 905 * extension
906 * 906 *
907 * @param file absolute file name 907 * @param file absolute file name
908 * @return the source name 908 * @return the source name
diff --git a/src/transport/transport-testing2.h b/src/transport/transport-testing2.h
index db8700df9..e2167ca7e 100644
--- a/src/transport/transport-testing2.h
+++ b/src/transport/transport-testing2.h
@@ -197,7 +197,7 @@ struct GNUNET_TRANSPORT_TESTING_ConnectRequest
197 struct GNUNET_SCHEDULER_Task *tct; 197 struct GNUNET_SCHEDULER_Task *tct;
198 198
199 /** 199 /**
200 * Handle by which we ask ATS to faciliate the connection. 200 * Handle by which we ask ATS to facilitate the connection.
201 */ 201 */
202 struct GNUNET_ATS_ConnectivitySuggestHandle *ats_sh; 202 struct GNUNET_ATS_ConnectivitySuggestHandle *ats_sh;
203 203
@@ -358,7 +358,7 @@ GNUNET_TRANSPORT_TESTING_connect_peers (
358/** 358/**
359 * Cancel the request to connect two peers. You MUST cancel the 359 * Cancel the request to connect two peers. You MUST cancel the
360 * request if you stop the peers before the peers connected 360 * request if you stop the peers before the peers connected
361 * succesfully. 361 * successfully.
362 * 362 *
363 * @param cc a connect request handle 363 * @param cc a connect request handle
364 */ 364 */
@@ -912,7 +912,7 @@ GNUNET_TRANSPORT_TESTING_get_test_plugin_name (const char *executable,
912 912
913/** 913/**
914 * Extracts the filename from an absolute file name and removes the 914 * Extracts the filename from an absolute file name and removes the
915 * extenstion 915 * extension
916 * 916 *
917 * @param file absolute file name 917 * @param file absolute file name
918 * @return the source name 918 * @return the source name
diff --git a/src/transport/transport.h b/src/transport/transport.h
index dbae4ecfb..8ffc87070 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -64,7 +64,7 @@
64 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 1) 64 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 1)
65 65
66/** 66/**
67 * Similiar to GNUNET_TRANSPORT_NotifyDisconnect but in and out quotas are 67 * Similar to GNUNET_TRANSPORT_NotifyDisconnect but in and out quotas are
68 * included here. These values are not required outside transport_api 68 * included here. These values are not required outside transport_api
69 * 69 *
70 * @param cls closure 70 * @param cls closure
@@ -428,7 +428,7 @@ struct ValidationIterateResponseMessage
428 428
429 /** 429 /**
430 * Until when is the address believed to be valid. 430 * Until when is the address believed to be valid.
431 * Will be ZERO if the address is not belived to be valid. 431 * Will be ZERO if the address is not believed to be valid.
432 */ 432 */
433 struct GNUNET_TIME_AbsoluteNBO valid_until; 433 struct GNUNET_TIME_AbsoluteNBO valid_until;
434 434
@@ -452,7 +452,7 @@ struct ValidationMonitorMessage
452 struct GNUNET_MessageHeader header; 452 struct GNUNET_MessageHeader header;
453 453
454 /** 454 /**
455 * One shot call or continous replies? 455 * One shot call or continuous replies?
456 */ 456 */
457 uint32_t one_shot GNUNET_PACKED; 457 uint32_t one_shot GNUNET_PACKED;
458 458
@@ -475,7 +475,7 @@ struct PeerMonitorMessage
475 struct GNUNET_MessageHeader header; 475 struct GNUNET_MessageHeader header;
476 476
477 /** 477 /**
478 * One shot call or continous replies? 478 * One shot call or continuous replies?
479 */ 479 */
480 uint32_t one_shot GNUNET_PACKED; 480 uint32_t one_shot GNUNET_PACKED;
481 481