fix typo
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 11 Apr 2017 11:16:36 +0000 (13:16 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Tue, 11 Apr 2017 11:16:36 +0000 (13:16 +0200)
Change-Id: I7a445c73a9bb6b39c3ba5e19422f5bcc319364fe
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/afb-ws.c

index c612610..b157a49 100644 (file)
@@ -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)
 {