summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMax Desiatov <max@desiatov.com>2020-10-13 16:55:23 +0100
committerGitHub <noreply@github.com>2020-10-13 08:55:23 -0700
commit947ad6e14d2de3d1f1ca14b8de3f3c341185ed96 (patch)
tree15b51bb8ea3d97c9b7842a8ffd031d1beac1a974 /src
parent8dfe13494b97f0204670935b9cfa7a45a4ac61ab (diff)
downloadbinaryen-947ad6e14d2de3d1f1ca14b8de3f3c341185ed96.tar.gz
binaryen-947ad6e14d2de3d1f1ca14b8de3f3c341185ed96.tar.bz2
binaryen-947ad6e14d2de3d1f1ca14b8de3f3c341185ed96.zip
Fix Wasm capitalization in binaryen-c.h comments (#3233)
According to the WebAssembly spec, Wasm is an abbreviation, not an acronym.
Diffstat (limited to 'src')
-rw-r--r--src/binaryen-c.h4
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"