diff options
author | chriseth <chris@ethereum.org> | 2017-12-18 21:56:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-18 21:56:56 +0800 |
commit | 7755e64872ec9ff506483bb3b59af7a76368b6dc (patch) | |
tree | dd35e69127658b18f37d48e69e4eb380e0c07b6d | |
parent | a6a64eb8ede9e99e67198e662fb77eee44983989 (diff) | |
download | dexon-solidity-7755e64872ec9ff506483bb3b59af7a76368b6dc.tar.gz dexon-solidity-7755e64872ec9ff506483bb3b59af7a76368b6dc.tar.zst dexon-solidity-7755e64872ec9ff506483bb3b59af7a76368b6dc.zip |
Fixed typos in comment.
-rw-r--r-- | libjulia/optimiser/FunctionGrouper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjulia/optimiser/FunctionGrouper.cpp b/libjulia/optimiser/FunctionGrouper.cpp index 65bf47f4..cc40bc46 100644 --- a/libjulia/optimiser/FunctionGrouper.cpp +++ b/libjulia/optimiser/FunctionGrouper.cpp @@ -15,8 +15,8 @@ along with solidity. If not, see <http://www.gnu.org/licenses/>. */ /** - * Optimiser component that changes the code of a black so that all non-function definition - * instructions are moved to a block of their own followed by all function definitions. + * Optimiser component that changes the code of a block so that all non-function definition + * statements are moved to a block of their own followed by all function definitions. */ #include <libjulia/optimiser/FunctionGrouper.h> |