summaryrefslogtreecommitdiff
path: root/lib/buffers.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/buffers.c')
-rw-r--r--lib/buffers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/buffers.c b/lib/buffers.c
index 73f96ab6c2..076a39f06b 100644
--- a/lib/buffers.c
+++ b/lib/buffers.c
@@ -277,7 +277,7 @@ _gnutls_dgram_read(gnutls_session_t session, mbuffer_st ** bufel,
fd);
if (i == 0) {
/* If we get here, we likely have a stream socket.
- * FIXME: this probably breaks DCCP. */
+ * That assumption may not work on DCCP. */
gnutls_assert();
ret = 0;
goto cleanup;