From 5ef010cb85eb35ef8aa066161138a72e8b2c8852 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sun, 23 Jan 2022 16:13:12 -0800 Subject: [PATCH] Fixed spelling errors in comments. --- ruby/ext/google/protobuf_c/ruby-upb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby/ext/google/protobuf_c/ruby-upb.c b/ruby/ext/google/protobuf_c/ruby-upb.c index fc1b57242a..0e47668b44 100755 --- a/ruby/ext/google/protobuf_c/ruby-upb.c +++ b/ruby/ext/google/protobuf_c/ruby-upb.c @@ -5210,8 +5210,8 @@ struct upb_MessageDef { upb_strtable ntof; /* All nested defs. - * MEM: We could save some space here by putting nested defs in a contigous - * region and calculating counts from offets or vice-versa. */ + * MEM: We could save some space here by putting nested defs in a contiguous + * region and calculating counts from offsets or vice-versa. */ const upb_FieldDef* fields; const upb_OneofDef* oneofs; const upb_ExtensionRange* ext_ranges;