aboutsummaryrefslogtreecommitdiffstats
path: root/libjulia/backends/evm/AbstractAssembly.h
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-06-26 18:24:07 +0800
committerGitHub <noreply@github.com>2018-06-26 18:24:07 +0800
commite6595d880615a4e2b9572b8026e931abe63c04a9 (patch)
tree73bd72013afc828be941806719fb89104bfe9e86 /libjulia/backends/evm/AbstractAssembly.h
parent5939ef992269e92ce7756a19f161d1f0793b764b (diff)
parent952f14b011f34c1c97b43c4fb28a3637bff15b65 (diff)
downloaddexon-solidity-e6595d880615a4e2b9572b8026e931abe63c04a9.tar
dexon-solidity-e6595d880615a4e2b9572b8026e931abe63c04a9.tar.gz
dexon-solidity-e6595d880615a4e2b9572b8026e931abe63c04a9.tar.bz2
dexon-solidity-e6595d880615a4e2b9572b8026e931abe63c04a9.tar.lz
dexon-solidity-e6595d880615a4e2b9572b8026e931abe63c04a9.tar.xz
dexon-solidity-e6595d880615a4e2b9572b8026e931abe63c04a9.tar.zst
dexon-solidity-e6595d880615a4e2b9572b8026e931abe63c04a9.zip
Merge pull request #4318 from ethereum/yul-internal
Rename some internal constructs from Julia/Iulia to Yul
Diffstat (limited to 'libjulia/backends/evm/AbstractAssembly.h')
-rw-r--r--libjulia/backends/evm/AbstractAssembly.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjulia/backends/evm/AbstractAssembly.h b/libjulia/backends/evm/AbstractAssembly.h
index 8e90a912..46fa7796 100644
--- a/libjulia/backends/evm/AbstractAssembly.h
+++ b/libjulia/backends/evm/AbstractAssembly.h
@@ -42,7 +42,7 @@ namespace julia
{
///
-/// Assembly class that abstracts both the libevmasm assembly and the new julia evm assembly.
+/// Assembly class that abstracts both the libevmasm assembly and the new Yul assembly.
///
class AbstractAssembly
{