X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-ws.c;fp=src%2Fafb-ws.c;h=b157a49f5ba12855c2f7b2e5a89ad99857491c68;hb=cabdbd5f266d4298558cac42034e6392b449d16d;hp=c6126100908186f35a7b41451038430f3a7b45f8;hpb=52d837d3964307375018c728120ed649ef0fbb8c;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) {