summaryrefslogtreecommitdiff
path: root/src/upb_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_context.h')
-rw-r--r--src/upb_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upb_context.h b/src/upb_context.h
index 3031124..e802454 100644
--- a/src/upb_context.h
+++ b/src/upb_context.h
@@ -40,7 +40,7 @@ struct upb_symtab_entry {
struct upb_context {
struct upb_strtable symtab; /* The context's symbol table. */
struct upb_strtable psymtab; /* Private symbols, for internal use. */
- struct upb_msg *fds_msg; /* This is in psymtab, ptr here for convenience. */
+ struct upb_msgdef *fds_msg; /* In psymtab, ptr here for convenience. */
/* A list of the FileDescriptorProtos we own (from having parsed them
* ourselves) and must free on destruction. */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback