From a417be0f8780fd596b06159079d7c377500026c6 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sat, 3 Jul 2010 12:34:09 -0700 Subject: More work on upb_def. --- src/upb_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/upb_def.h') 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). -- cgit v1.2.3