X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-ws.c;h=b157a49f5ba12855c2f7b2e5a89ad99857491c68;hb=66451a0d658eabab18f37995659d81d429e0138e;hp=c6126100908186f35a7b41451038430f3a7b45f8;hpb=ca9807f73646f536ac58c002d963a8bb8d245f5d;p=src%2Fapp-framework-binder.git 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) {