summaryrefslogtreecommitdiff
path: root/src/upb_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_msg.h')
-rw-r--r--src/upb_msg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/upb_msg.h b/src/upb_msg.h
index 8699fbf..043af23 100644
--- a/src/upb_msg.h
+++ b/src/upb_msg.h
@@ -398,10 +398,10 @@ void upb_msg_serialize_init(struct upb_msg_serialize_state *s, void *data,
* UPB_STATUS_OK if serialization is complete, or UPB_STATUS_NEED_MORE_DATA
* if there is more data from the message left to be serialized.
*
- * The number of bytes written to buf is returned in *read. This will be
+ * The number of bytes written to buf is returned in *written. This will be
* equal to len unless we finished serializing. */
upb_status_t upb_msg_serialize(struct upb_msg_serialize_state *s,
- void *buf, size_t len, size_t *read);
+ void *buf, size_t len, size_t *written);
/* Text dump *****************************************************************/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback