aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core_api.c')
-rw-r--r--src/core/core_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index 7338672d6..31248a63f 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -133,7 +133,7 @@ struct PeerRecord
133 struct GNUNET_PeerIdentity peer; 133 struct GNUNET_PeerIdentity peer;
134 134
135 /** 135 /**
136 * ID of task to run #next_request_transmission(). 136 * ID of task to run #run_request_next_transmission().
137 */ 137 */
138 struct GNUNET_SCHEDULER_Task *ntr_task; 138 struct GNUNET_SCHEDULER_Task *ntr_task;
139 139