From 2bd6265782810ff56a5967a15d5ba99825c5dc84 Mon Sep 17 00:00:00 2001 From: Hong Shin Date: Wed, 24 Apr 2024 14:16:07 -0700 Subject: [PATCH] generated_message_tctable_impl typo fix: registeer -> register PiperOrigin-RevId: 627848748 --- src/google/protobuf/generated_message_tctable_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/google/protobuf/generated_message_tctable_impl.h b/src/google/protobuf/generated_message_tctable_impl.h index 4cd6e9582b34..1a214be1bbe5 100644 --- a/src/google/protobuf/generated_message_tctable_impl.h +++ b/src/google/protobuf/generated_message_tctable_impl.h @@ -1002,7 +1002,7 @@ inline PROTOBUF_ALWAYS_INLINE const char* TcParser::ParseLoop( while (!ctx->Done(&ptr)) { #if defined(__GNUC__) // Note: this asm prevents the compiler (clang, specifically) from - // believing (thanks to CSE) that it needs to dedicate a registeer both + // believing (thanks to CSE) that it needs to dedicate a register both // to "table" and "&table->fast_entries". // TODO: remove this asm asm("" : "+r"(table));