diff options
author | Christian <c@ethdev.com> | 2014-12-05 22:35:05 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2014-12-05 22:35:05 +0800 |
commit | 25273778dccd65e78a196f7f999b5ea792e414e5 (patch) | |
tree | a700974b119890b16c42c10c85e7feb5a4a19383 /CompilerStack.h | |
parent | d4a958e1fe96174f8fab09b5360106895c40e09a (diff) | |
download | dexon-solidity-25273778dccd65e78a196f7f999b5ea792e414e5.tar.gz dexon-solidity-25273778dccd65e78a196f7f999b5ea792e414e5.tar.zst dexon-solidity-25273778dccd65e78a196f7f999b5ea792e414e5.zip |
Renamed url to identifier and added some comments.
Diffstat (limited to 'CompilerStack.h')
-rw-r--r-- | CompilerStack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CompilerStack.h b/CompilerStack.h index 34178841..bedb4cc3 100644 --- a/CompilerStack.h +++ b/CompilerStack.h @@ -66,7 +66,7 @@ public: /// Returns a list of the contract names in the sources. std::vector<std::string> getContractNames(); - /// Compiles the source units that were prevously added and parsed. + /// Compiles the source units that were previously added and parsed. void compile(bool _optimize = false); /// Parses and compiles the given source code. /// @returns the compiled bytecode |