From 82c6c4876161ccc6ce165121f925c56722abb926 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Fri, 30 Sep 2022 17:21:49 -0700 Subject: [PATCH] Fix a few minor things to unblock the Ruby sync PiperOrigin-RevId: 478113032 --- BUILD | 1 + upb/port_def.inc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILD b/BUILD index 69f4f0306d..3136a19106 100644 --- a/BUILD +++ b/BUILD @@ -1021,6 +1021,7 @@ upb_amalgamation( ":port", ":reflection", ":table_internal", + ":unicode_internal", ":upb", ], prefix = "ruby-", diff --git a/upb/port_def.inc b/upb/port_def.inc index b63988db7f..25efa7911d 100644 --- a/upb/port_def.inc +++ b/upb/port_def.inc @@ -243,7 +243,7 @@ /* ASAN poisoning (for arena). * If using UPB from an interpreted language like Ruby, a build of the - * interpreter compiled with ASAN enbabled must be used in order to get sane and + * interpreter compiled with ASAN enabled must be used in order to get sane and * expected behavior. */