From cd4b6ea8302529d1a55861c00d8c14cb60ed7db3 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Tue, 5 Sep 2023 10:56:50 -0700 Subject: [PATCH] Fix comment on upb_JsonEncode. PiperOrigin-RevId: 562830310 --- upb/upb/json/encode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upb/upb/json/encode.h b/upb/upb/json/encode.h index f8f112b276..9b7d419f18 100644 --- a/upb/upb/json/encode.h +++ b/upb/upb/json/encode.h @@ -53,8 +53,8 @@ enum { }; /* Encodes the given |msg| to JSON format. The message's reflection is given in - * |m|. The symtab in |symtab| is used to find extensions (if NULL, extensions - * will not be printed). + * |m|. The DefPool in |ext_pool| is used to find extensions (if NULL, + * extensions will not be printed). * * Output is placed in the given buffer, and always NULL-terminated. The output * size (excluding NULL) is returned. This means that a return value >= |size|