aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/afb-ws.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afb-ws.c b/src/afb-ws.c
index c6126100..b157a49f 100644
--- a/src/afb-ws.c
+++ b/src/afb-ws.c
@@ -498,7 +498,7 @@ static void aws_on_binary(struct afb_ws *ws, int last, size_t size)
}
/*
- * Callback when 'close' command received from 'ws' with 'code' and 'size'.
+ * Callback when 'continue' command received from 'ws' with 'code' and 'size'.
*/
static void aws_on_continue(struct afb_ws *ws, int last, size_t size)
{