summaryrefslogtreecommitdiff
path: root/src/upb_def.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2010-07-03 12:34:09 -0700
committerJoshua Haberman <joshua@reverberate.org>2010-07-03 12:34:09 -0700
commita417be0f8780fd596b06159079d7c377500026c6 (patch)
tree357622df549361d1f7f22c8848faf1fbb065aee2 /src/upb_def.h
parent229fcf7119b06385eb6440e54916f871b8bbc323 (diff)
More work on upb_def.
Diffstat (limited to 'src/upb_def.h')
-rw-r--r--src/upb_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upb_def.h b/src/upb_def.h
index 3063386..033dcde 100644
--- a/src/upb_def.h
+++ b/src/upb_def.h
@@ -248,7 +248,7 @@ upb_def *upb_symtab_lookup(upb_symtab *s, upb_string *sym);
upb_def **upb_symtab_getdefs(upb_symtab *s, int *count, upb_def_type_t type);
// "fds" is a upb_src that will yield data from the
-// google.protobuf.FileDescriptorSet message type. upb_symtab_add_fds() adds
+// google.protobuf.FileDescriptorSet message type. upb_symtab_addfds() adds
// all the definitions from the given FileDescriptorSet and adds them to the
// symtab. status indicates whether the operation was successful or not, and
// the error message (if any).
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback