summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bradshaw <github@mjb.io>2024-06-21 03:59:42 -0600
committerGitHub <noreply@github.com>2024-06-21 02:59:42 -0700
commit65b61e0a3fde8c4fc82cee53bd5cdd0959b6ffa6 (patch)
treec52ac8bc87cd5698ff62dabd2ef5a0735cec2a91
parent4beb52501f863f1cbd92e0ce4879f04f473935b5 (diff)
downloadwabt-65b61e0a3fde8c4fc82cee53bd5cdd0959b6ffa6.tar.gz
wabt-65b61e0a3fde8c4fc82cee53bd5cdd0959b6ffa6.tar.bz2
wabt-65b61e0a3fde8c4fc82cee53bd5cdd0959b6ffa6.zip
Fix typo in token.def (#2433)
-rw-r--r--include/wabt/token.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wabt/token.def b/include/wabt/token.def
index 2c9ff2b8..1fd3d0e5 100644
--- a/include/wabt/token.def
+++ b/include/wabt/token.def
@@ -142,7 +142,7 @@ WABT_TOKEN(SimdStoreLane, "SIMDSTORELANE")
WABT_TOKEN(SimdShuffleOp, "i8x16.shuffle")
WABT_TOKEN(Store, "STORE")
WABT_TOKEN(TableCopy, "table.copy")
-WABT_TOKEN(TableFill, "table.full")
+WABT_TOKEN(TableFill, "table.fill")
WABT_TOKEN(TableGet, "table.get")
WABT_TOKEN(TableGrow, "table.grow")
WABT_TOKEN(TableInit, "table.init")