From 42cc7c62b621da9d8472a827f830ff88835294f1 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Tue, 1 Nov 2022 16:03:41 -0700 Subject: [PATCH] Internal change to syncing (glob the "compiler" dir) PiperOrigin-RevId: 485442033 --- ruby/ext/google/protobuf_c/message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby/ext/google/protobuf_c/message.c b/ruby/ext/google/protobuf_c/message.c index b9de9d9532..46c5f5f81e 100644 --- a/ruby/ext/google/protobuf_c/message.c +++ b/ruby/ext/google/protobuf_c/message.c @@ -1300,7 +1300,7 @@ VALUE build_module_from_enumdesc(VALUE _enumdesc) { return mod; } -// Internal only; used by Google::Protobuf.deep_copy. +// Internal to the library; used by Google::Protobuf.deep_copy. upb_Message* Message_deep_copy(const upb_Message* msg, const upb_MessageDef* m, upb_Arena* arena) { // Serialize and parse.