aboutsummaryrefslogtreecommitdiffstats
path: root/libaxl_send_request.c
diff options
context:
space:
mode:
Diffstat (limited to 'libaxl_send_request.c')
-rw-r--r--libaxl_send_request.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaxl_send_request.c b/libaxl_send_request.c
index 0e96177..b8d9146 100644
--- a/libaxl_send_request.c
+++ b/libaxl_send_request.c
@@ -166,7 +166,7 @@ send_all(int fd, const void *restrict data, size_t n, int flags, size_t *restric
return 0;
}
-/* TODO make it possible to send multiple request in the same syscall */
+/* XXX make it possible to send multiple request in the same syscall */
int
libaxl_send_request(LIBAXL_CONTEXT *restrict ctx, union libaxl_request_const_ptr request, int flags, uint16_t *restrict seqnump)
{