From: Petteri Aimonen Date: Fri, 24 Aug 2012 16:25:29 +0000 (+0300) Subject: Fix a confusing statement in a comment. X-Git-Tag: 3.99.1~14^2~472 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=86257a2a7000875c8ec1e2eef59de258400ac724;p=apps%2Flow-level-can-service.git Fix a confusing statement in a comment. --- diff --git a/pb_decode.h b/pb_decode.h index 7045c5d..192326e 100644 --- a/pb_decode.h +++ b/pb_decode.h @@ -3,7 +3,7 @@ /* pb_decode.h: Functions to decode protocol buffers. Depends on pb_decode.c. * The main function is pb_decode. You will also need to create an input - * stream, which is easiest to do with pb_istream_t. + * stream, which is easiest to do with pb_istream_from_buffer(). * * You also need structures and their corresponding pb_field_t descriptions. * These are usually generated from .proto-files with a script.