diff options
Diffstat (limited to 'src/binaryen-c.h')
-rw-r--r-- | src/binaryen-c.h | 4 |
1 files changed, 2 insertions, 2 deletions
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" |