aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-ws.c
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-04-11 13:16:36 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-04-11 13:16:36 +0200
commitcabdbd5f266d4298558cac42034e6392b449d16d (patch)
tree029ca6d553f34c54b71d06b734181be724d3cdae /src/afb-ws.c
parent52d837d3964307375018c728120ed649ef0fbb8c (diff)
fix typo
Change-Id: I7a445c73a9bb6b39c3ba5e19422f5bcc319364fe Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-ws.c')
-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)
{