Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2012-08-24 20:25:29 +0400
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2012-08-24 20:25:29 +0400
commit86257a2a7000875c8ec1e2eef59de258400ac724 (patch)
tree8c70da855b9cd8ce26205499e2eb2500f82bb4a9 /pb_decode.h
parent07f24f9b7022086187f60f52e786d0dbdbd3b7f1 (diff)
Fix a confusing statement in a comment.
Diffstat (limited to 'pb_decode.h')
-rw-r--r--pb_decode.h2
1 files changed, 1 insertions, 1 deletions
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.