aboutsummaryrefslogtreecommitdiff
path: root/src/hb-wasm-shape.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/hb-wasm-shape.cc')
-rw-r--r--src/hb-wasm-shape.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-wasm-shape.cc b/src/hb-wasm-shape.cc
index 79442e99e..a70b76664 100644
--- a/src/hb-wasm-shape.cc
+++ b/src/hb-wasm-shape.cc
@@ -48,7 +48,7 @@
*
* - Build your font's wasm code importing the shared modules with the desired
* name. This can be done eg.: __attribute__((import_module("graphite2")))
- * before each symbol in the the shared-module's headers.
+ * before each symbol in the shared-module's headers.
*
* - Try shaping your font and hope for the best...
*