From 4d9c76b4cde982e14a73e93821daf1d8d2e1b6a9 Mon Sep 17 00:00:00 2001 From: Eric Salo Date: Thu, 21 Dec 2023 07:29:29 -0800 Subject: [PATCH] upb: fix typo in IFTTT block name PiperOrigin-RevId: 592856106 --- upb/mem/internal/arena.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upb/mem/internal/arena.h b/upb/mem/internal/arena.h index 421988e63fdd..bff2b602ddeb 100644 --- a/upb/mem/internal/arena.h +++ b/upb/mem/internal/arena.h @@ -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" {