From 947ad6e14d2de3d1f1ca14b8de3f3c341185ed96 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Tue, 13 Oct 2020 16:55:23 +0100 Subject: Fix Wasm capitalization in binaryen-c.h comments (#3233) According to the WebAssembly spec, Wasm is an abbreviation, not an acronym. --- src/binaryen-c.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/binaryen-c.h b/src/binaryen-c.h index 10b52dbdd..8713d8f63 100644 --- a/src/binaryen-c.h +++ b/src/binaryen-c.h @@ -2549,10 +2549,10 @@ BINARYEN_API BinaryenExpressionRef ExpressionRunnerRunAndDispose( // ========= Utilities ========= // -// Enable or disable coloring for the WASM printer +// Enable or disable coloring for the Wasm printer BINARYEN_API void BinaryenSetColorsEnabled(int enabled); -// Query whether color is enable for the WASM printer +// Query whether color is enable for the Wasm printer BINARYEN_API int BinaryenAreColorsEnabled(); #ifdef __cplusplus } // extern "C" -- cgit v1.2.3