Skip to content

Commit

Permalink
upb: fix typo in IFTTT block name
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 592856106
  • Loading branch information
ericsalo authored and copybara-github committed Dec 21, 2023
1 parent a0e8195 commit 4d9c76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upb/mem/internal/arena.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
// the full struct is not visible outside of arena.c. Yes, I know, it's awful.
#define UPB_ARENA_SIZE_HACK 7

// LINT.IfChange(upb_Array)
// LINT.IfChange(upb_Arena)

struct upb_Arena {
char* UPB_ONLYBITS(ptr);
char* UPB_ONLYBITS(end);
};

// LINT.ThenChange(//depot/google3/third_party/upb/bits/typescript/arena.ts:upb_Array)
// LINT.ThenChange(//depot/google3/third_party/upb/bits/typescript/arena.ts:upb_Arena)

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 4d9c76b

Please sign in to comment.