From 0272a2745a27ceb5839e933cbb371e33b3d7244d Mon Sep 17 00:00:00 2001 From: Thomas Lively <tlively@google.com> Date: Fri, 13 Dec 2024 14:14:30 -0800 Subject: Address comments from #7149 (#7152) The PR was accidentally merged without these fixes included. --- src/wasm-binary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wasm-binary.h') diff --git a/src/wasm-binary.h b/src/wasm-binary.h index 61f4faf69..bece0af8e 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -1467,7 +1467,7 @@ public: bool getBasicType(int32_t code, Type& out); bool getBasicHeapType(int64_t code, HeapType& out); - // Get the signature of control flow structure. + // Get the signature of a control flow structure. Signature getBlockType(); // Read a value and get a type for it. Type getType(); -- cgit v1.2.3