Merge pull request #536 from haberman/spelling-fixes

Two small spelling fixes.
pull/13171/head
Joshua Haberman 3 years ago committed by GitHub
commit c6cc532048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      upb/def.c

@ -106,8 +106,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;

Loading…
Cancel
Save