aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-03-12 12:52:28 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-03-12 12:52:28 +0000
commit6e8793e115782b277ed97e6072a3fd87c75d4707 (patch)
treed83c94ee62011ab1c8a0c425dd89cdac6afaaa0d /src
parent26df8eb845e634ad3658582bb594c9761591e86d (diff)
downloadgnunet-6e8793e115782b277ed97e6072a3fd87c75d4707.tar.gz
gnunet-6e8793e115782b277ed97e6072a3fd87c75d4707.zip
- typo
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_statistics_service.h2
-rw-r--r--src/util/server_nc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_statistics_service.h b/src/include/gnunet_statistics_service.h
index 051533182..5e41edc5b 100644
--- a/src/include/gnunet_statistics_service.h
+++ b/src/include/gnunet_statistics_service.h
@@ -140,7 +140,7 @@ struct GNUNET_STATISTICS_GetHandle;
140 * Get statistic from the peer. 140 * Get statistic from the peer.
141 * 141 *
142 * @param handle identification of the statistics service 142 * @param handle identification of the statistics service
143 * @param subsystem limit to the specified subsystem, NULL for our subsystem 143 * @param subsystem limit to the specified subsystem, NULL for all subsystems
144 * @param name name of the statistic value, NULL for all values 144 * @param name name of the statistic value, NULL for all values
145 * @param timeout after how long should we give up (and call 145 * @param timeout after how long should we give up (and call
146 * notify with buf NULL and size 0)? 146 * notify with buf NULL and size 0)?
diff --git a/src/util/server_nc.c b/src/util/server_nc.c
index 6e0181ecb..7a96dd6ef 100644
--- a/src/util/server_nc.c
+++ b/src/util/server_nc.c
@@ -201,7 +201,7 @@ handle_client_disconnect (void *cls, struct GNUNET_SERVER_Client *client)
201 * @param server server for which this function creates the context 201 * @param server server for which this function creates the context
202 * @param queue_length maximum number of messages to keep in 202 * @param queue_length maximum number of messages to keep in
203 * the notification queue; optional messages are dropped 203 * the notification queue; optional messages are dropped
204 * it the queue gets longer than this number of messages 204 * if the queue gets longer than this number of messages
205 * @return handle to the notification context 205 * @return handle to the notification context
206 */ 206 */
207struct GNUNET_SERVER_NotificationContext * 207struct GNUNET_SERVER_NotificationContext *