aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm/ControlFlowGraph.h
diff options
context:
space:
mode:
authorCryptomental <cryptomental.com@gmail.com>2018-07-10 15:18:59 +0800
committerCryptomental <cryptomental.com@gmail.com>2018-07-11 06:26:23 +0800
commit140dbfdbd8f4319d1d02339feea0a8636a3738e5 (patch)
tree7ab4a06da70cde7c253a1a0c82ccc085bf76efd5 /libevmasm/ControlFlowGraph.h
parent4116704442aff035acb5b707c6b211ac1f5524fe (diff)
downloaddexon-solidity-140dbfdbd8f4319d1d02339feea0a8636a3738e5.tar.gz
dexon-solidity-140dbfdbd8f4319d1d02339feea0a8636a3738e5.tar.zst
dexon-solidity-140dbfdbd8f4319d1d02339feea0a8636a3738e5.zip
Code, Changelog, ReleaseChecklist: Fix typos.
Refs: #4442
Diffstat (limited to 'libevmasm/ControlFlowGraph.h')
-rw-r--r--libevmasm/ControlFlowGraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libevmasm/ControlFlowGraph.h b/libevmasm/ControlFlowGraph.h
index ebef543f..f0c9356c 100644
--- a/libevmasm/ControlFlowGraph.h
+++ b/libevmasm/ControlFlowGraph.h
@@ -39,7 +39,7 @@ using KnownStatePointer = std::shared_ptr<KnownState>;
/**
* Identifier for a block, coincides with the tag number of an AssemblyItem but adds a special
- * ID for the inital block.
+ * ID for the initial block.
*/
class BlockId
{