From 86257a2a7000875c8ec1e2eef59de258400ac724 Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Fri, 24 Aug 2012 19:25:29 +0300 Subject: [PATCH] Fix a confusing statement in a comment. --- pb_decode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pb_decode.h b/pb_decode.h index 7045c5d6..192326eb 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. -- 2.16.6