summaryrefslogtreecommitdiff
path: root/src/binaryen-c.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binaryen-c.h')
-rw-r--r--src/binaryen-c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binaryen-c.h b/src/binaryen-c.h
index 47d255749..8e436de66 100644
--- a/src/binaryen-c.h
+++ b/src/binaryen-c.h
@@ -2490,7 +2490,7 @@ BinaryenElementSegmentGetData(BinaryenElementSegmentRef elem,
BinaryenIndex dataId);
// Returns true if the specified elem segment is passive
BINARYEN_API bool
-BinayenElementSegmentIsPassive(BinaryenElementSegmentRef elem);
+BinaryenElementSegmentIsPassive(BinaryenElementSegmentRef elem);
//
// ========== Global Operations ==========