From: José Bollo Date: Tue, 11 Apr 2017 11:16:36 +0000 (+0200) Subject: fix typo X-Git-Tag: dab_3.99.1~72 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=cabdbd5f266d4298558cac42034e6392b449d16d;p=src%2Fapp-framework-binder.git fix typo Change-Id: I7a445c73a9bb6b39c3ba5e19422f5bcc319364fe Signed-off-by: José Bollo --- 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) {